Skip to content

Commit 1e7b181

Browse files
committed
chore: switch @typescript-eslint/no-explicit-any to off instead of warn
1 parent 484248e commit 1e7b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"react/prop-types": "off",
4343
"require-jsdoc": "off",
4444
"no-async-promise-executor": "off",
45-
"@typescript-eslint/no-explicit-any": "warn", // temporary until TS refactor is complete
45+
"@typescript-eslint/no-explicit-any": "off", // temporary until TS refactor is complete
4646
"@typescript-eslint/no-unused-vars": "off", // temporary until TS refactor is complete
4747
"@typescript-eslint/no-require-imports": "off", // prevents error on old "require" imports
4848
"@typescript-eslint/no-unused-expressions": "off" // prevents error on test "expect" expressions

0 commit comments

Comments
 (0)