Skip to content

Commit ab8b7be

Browse files
committed
modified: eslint.config.ts
1 parent f6561c9 commit ab8b7be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const ignores = ["**/index.js", "**/index.d.ts"],
1515
parserOptions = { projectService, tsconfigRootDir },
1616
languageOptions = { parserOptions },
1717
rules: FlatConfig.Rules = {
18+
"@typescript-eslint/no-shadow": "error",
1819
"@typescript-eslint/no-use-before-define": "error",
1920
"import-x/no-extraneous-dependencies": [
2021
"error",
@@ -23,6 +24,7 @@ const ignores = ["**/index.js", "**/index.d.ts"],
2324
optionalDependencies: false,
2425
},
2526
],
27+
"no-shadow": "off",
2628
"no-use-before-define": "off",
2729
};
2830

0 commit comments

Comments
 (0)