Skip to content

Commit 2a48b19

Browse files
committed
chore: update .eslintrc.js
1 parent aff53cf commit 2a48b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
parser: '@typescript-eslint/parser',
66
extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
77
rules: {
8+
'@typescript-eslint/no-unused-vars': 'warn',
89
'@typescript-eslint/ban-ts-comment': 'off',
910
'@typescript-eslint/no-explicit-any': 'off',
1011
'@typescript-eslint/no-non-null-assertion': 'off',

0 commit comments

Comments
 (0)