Skip to content

Commit 77ccbb1

Browse files
authored
Update .eslintrc.js
added the rules: "no-shadow": "off", "@typescript-eslint/no-shadow": ["error"]
1 parent 8bafddb commit 77ccbb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ module.exports = {
1919
"import/no-named-as-default": 0,
2020
"import/no-extraneous-dependencies": 0,
2121
"no-underscore-dangle": 0,
22+
"no-shadow": "off",
23+
"@typescript-eslint/no-shadow": ["error"]
2224
},
2325
};

0 commit comments

Comments
 (0)