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 a5a01eb commit e364a0fCopy full SHA for e364a0f
eslint.config.js
@@ -76,7 +76,7 @@ export default [
76
],
77
'@typescript-eslint/no-non-null-assertion': 'off',
78
'@typescript-eslint/no-explicit-any': 'warn',
79
- '@typescript-eslint/no-unused-vars': 'warn',
+ '@typescript-eslint/no-unused-vars': 'error',
80
'@typescript-eslint/consistent-type-exports': 'error',
81
'@typescript-eslint/consistent-type-imports': 'error',
82
'@typescript-eslint/no-import-type-side-effects': 'warn',
0 commit comments