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 02531e6 commit 7285de2Copy full SHA for 7285de2
lib/configs/typescript.js
@@ -5,6 +5,8 @@ module.exports = {
5
rules: {
6
camelcase: 'off',
7
'no-unused-vars': 'off',
8
+ 'no-shadow': 'off',
9
+ '@typescript-eslint/no-shadow': 'on',
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