Skip to content

Commit 5aaad47

Browse files
committed
Disable no-explicit-any rule temporary
1 parent 815a186 commit 5aaad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const config = {
6060
},
6161
],
6262
// TODO: Change to "error" when all warnings are resolved
63-
// "@typescript-eslint/no-explicit-any": "off",
63+
"@typescript-eslint/no-explicit-any": "off",
6464

6565
// typescript-eslint: additional rules
6666
"@typescript-eslint/explicit-member-accessibility": [

0 commit comments

Comments
 (0)