We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
any
1 parent f71ba91 commit ee12037Copy full SHA for ee12037
.eslintrc.js
@@ -8,7 +8,8 @@ module.exports = {
8
files: ['*.ts'],
9
parser: '@typescript-eslint/parser',
10
plugins: ['@typescript-eslint'],
11
- extends: ['plugin:@typescript-eslint/recommended']
+ extends: ['plugin:@typescript-eslint/recommended'],
12
+ rules: { '@typescript-eslint/no-explicit-any': 'off' }
13
}
14
],
15
parserOptions: {
0 commit comments