Skip to content

Commit 315fd6d

Browse files
committed
Revert "Revert "patch: Add new rule per typescript-eslint/typescript-eslint#2483"" This reverts commit bf0e417.
1 parent bf0e417 commit 315fd6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const config: BaseConfig = {
2121
"no-negated-condition": "off",
2222
"import/no-unresolved": "error",
2323
"deprecation/deprecation": "error",
24+
"no-shadow": "off",
25+
"@typescript-eslint/no-shadow": "error",
2426
},
2527
parserOptions: {
2628
project: "./tsconfig.json",

0 commit comments

Comments
 (0)