Skip to content

Commit 47c1e6c

Browse files
committed
Update eslint config.
1 parent 8a173d5 commit 47c1e6c

File tree

3 files changed

+357
-243
lines changed

3 files changed

+357
-243
lines changed

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,12 @@ module.exports = {
137137
'no-console': 0,
138138
'@typescript-eslint/no-duplicate-imports': 'error',
139139
'no-eval': 'error',
140-
'@typescript-eslint/no-explicit-any': 'off',
140+
'@typescript-eslint/no-explicit-any': [
141+
'error',
142+
{
143+
'ignoreRestArgs': true
144+
}
145+
],
141146
'no-floating-decimal': 'error',
142147
'no-implicit-globals': 'error',
143148
'no-implied-eval': 'error',

0 commit comments

Comments
 (0)