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 ecc3f02 commit 6085d0bCopy full SHA for 6085d0b
lib/configs/typescript.js
@@ -6,7 +6,7 @@ module.exports = {
6
camelcase: 'off',
7
'no-unused-vars': 'off',
8
'no-shadow': 'off',
9
- '@typescript-eslint/no-shadow': 'on',
+ '@typescript-eslint/no-shadow': ['error'],
10
'@typescript-eslint/interface-name-prefix': 'off',
11
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
12
'@typescript-eslint/no-use-before-define': 'off',
0 commit comments