Skip to content

Commit 7468a23

Browse files
committed
Temporarily turns off no-unused-vars eslint rule
1 parent 0b8fb1e commit 7468a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
'@typescript-eslint/no-explicit-any': 'off',
6363
'@typescript-eslint/no-inferrable-types': 'off',
6464
'@typescript-eslint/no-shadow': 'error',
65-
'@typescript-eslint/no-unused-vars': 'error',
65+
'@typescript-eslint/no-unused-vars': 'off',
6666
'@typescript-eslint/typedef': [
6767
'error',
6868
{

0 commit comments

Comments
 (0)