Skip to content

Commit 3c9a782

Browse files
authored
Update .eslintrc.js
"@typescript-eslint/no-shadow": 0, "no-shadow": 0,
1 parent 40c0a90 commit 3c9a782

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.eslintrc.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ module.exports = {
1919
"import/no-named-as-default": 0,
2020
"import/no-extraneous-dependencies": 0,
2121
"no-underscore-dangle": 0,
22+
"@typescript-eslint/no-shadow": 0,
23+
"no-shadow": 0,
2224
},
23-
"rules": {
24-
"no-shadow": "off",
25-
"@typescript-eslint/no-shadow": ["error"]
26-
}
25+
2726
};

0 commit comments

Comments
 (0)