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 e97d6bf commit 94dafa9Copy full SHA for 94dafa9
.eslintrc.json
@@ -16,7 +16,7 @@
16
},
17
"rules": {
18
"@typescript-eslint/no-unused-vars": "error",
19
- "@typescript-eslint/no-explicit-any": "error",
+ "@typescript-eslint/no-explicit-any": "off",
20
"@typescript-eslint/no-non-null-assertion": "off",
21
"@typescript-eslint/explicit-module-boundary-types": "off",
22
"@typescript-eslint/ban-ts-comment": "off",
0 commit comments