We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bafddb commit 77ccbb1Copy full SHA for 77ccbb1
1 file changed
.eslintrc.js
@@ -19,5 +19,7 @@ module.exports = {
19
"import/no-named-as-default": 0,
20
"import/no-extraneous-dependencies": 0,
21
"no-underscore-dangle": 0,
22
+ "no-shadow": "off",
23
+ "@typescript-eslint/no-shadow": ["error"]
24
},
25
};
0 commit comments