8000
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.
1 parent 700f071 commit 6ca729eCopy full SHA for 6ca729e
.eslintrc.js
@@ -6,6 +6,7 @@ module.exports = {
6
},
7
extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
8
rules: {
9
+ '@typescript-eslint/no-explicit-any': 'off',
10
'@typescript-eslint/no-unused-vars': [
11
'error',
12
{ vars: 'all', args: 'none', ignoreRestSiblings: false },
0 commit comments