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 53f0521 commit 32a7c65Copy full SHA for 32a7c65
index.js
@@ -23,7 +23,7 @@ module.exports = {
23
'@typescript-eslint/explicit-module-boundary-types': 'error',
24
'@typescript-eslint/no-non-null-assertion': 'error',
25
'no-shadow': 'off',
26
- '@typescript-eslint/no-shadow': ['error'],
+ '@typescript-eslint/no-shadow': 'error',
27
28
'import/no-unresolved': 'off', // disable as this is handled by tsc itself
29
'import/first': 'error',
0 commit comments