Skip to content

Commit

Permalink
fix: top-level overrides applying to non-top-level files
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 19, 2023
1 parent d2ca79c commit 2069bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/common-overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { jsxFiles, testFiles } from "~/files";
export default {
overrides: [
{
files: ["*"],
files: ["./*"],
extends: ["@rebeccastevens/eslint-config/script"],
rules: {
"functional/functional-parameters": "off",
Expand Down

0 comments on commit 2069bdc

Please sign in to comment.