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 3b342f4 commit 5194d08Copy full SHA for 5194d08
.eslintrc.cjs
@@ -50,6 +50,8 @@ module.exports = {
50
plugins: ['@typescript-eslint'],
51
extends: ['plugin:@typescript-eslint/recommended'],
52
rules: {
53
+ 'no-shadow': 'off',
54
+ '@typescript-eslint/no-shadow': 'error',
55
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
56
'@typescript-eslint/ban-ts-comment': 'off',
57
'@typescript-eslint/consistent-type-imports': 'error',
0 commit comments