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.
2 parents 484248e + 1e7b181 commit 5be08b3Copy full SHA for 5be08b3
.eslintrc.json
@@ -42,7 +42,7 @@
42
"react/prop-types": "off",
43
"require-jsdoc": "off",
44
"no-async-promise-executor": "off",
45
- "@typescript-eslint/no-explicit-any": "warn", // temporary until TS refactor is complete
+ "@typescript-eslint/no-explicit-any": "off", // temporary until TS refactor is complete
46
"@typescript-eslint/no-unused-vars": "off", // temporary until TS refactor is complete
47
"@typescript-eslint/no-require-imports": "off", // prevents error on old "require" imports
48
"@typescript-eslint/no-unused-expressions": "off" // prevents error on test "expect" expressions
0 commit comments