Skip to content

Commit 66ad17d

Browse files
committed
chore: update typescript-eslint
1 parent fba5827 commit 66ad17d

File tree

3 files changed

+191
-3132
lines changed

3 files changed

+191
-3132
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ module.exports = {
1010
],
1111
rules: {
1212
'@typescript-eslint/no-explicit-any': 'off',
13-
},
13+
'@typescript-eslint/no-require-imports': 'warn',
14+
'@typescript-eslint/no-unused-vars': [ 'error',
15+
{ caughtErrors: 'none' }
16+
]
17+
}
1418
};

0 commit comments

Comments
 (0)