Skip to content

Commit e364a0f

Browse files
committed
set unused var to error
1 parent a5a01eb commit e364a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default [
7676
],
7777
'@typescript-eslint/no-non-null-assertion': 'off',
7878
'@typescript-eslint/no-explicit-any': 'warn',
79-
'@typescript-eslint/no-unused-vars': 'warn',
79+
'@typescript-eslint/no-unused-vars': 'error',
8080
'@typescript-eslint/consistent-type-exports': 'error',
8181
'@typescript-eslint/consistent-type-imports': 'error',
8282
'@typescript-eslint/no-import-type-side-effects': 'warn',

0 commit comments

Comments
 (0)