We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf5e8 commit 1cdce61Copy full SHA for 1cdce61
1 file changed
packages/eslint-config/src/rules/typescript.js
@@ -147,7 +147,6 @@ module.exports = {
147
allowedNames: ['self']
148
}
149
],
150
- '@typescript-eslint/no-unused-vars-experimental': 'error',
151
'@typescript-eslint/prefer-for-of': 'error',
152
'@typescript-eslint/prefer-function-type': 'error',
153
'@typescript-eslint/prefer-namespace-keyword': 'off',
0 commit comments