Skip to content

Commit 5be08b3

Browse files
authored
Merge pull request #992 from finos/disable-no-explicit-any
chore: switch @typescript-eslint/no-explicit-any to off instead of warn
2 parents 484248e + 1e7b181 commit 5be08b3

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)