Skip to content

Commit 94dafa9

Browse files
Revert explicit any
1 parent e97d6bf commit 94dafa9

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
@@ -16,7 +16,7 @@
1616
},
1717
"rules": {
1818
"@typescript-eslint/no-unused-vars": "error",
19-
"@typescript-eslint/no-explicit-any": "error",
19+
"@typescript-eslint/no-explicit-any": "off",
2020
"@typescript-eslint/no-non-null-assertion": "off",
2121
"@typescript-eslint/explicit-module-boundary-types": "off",
2222
"@typescript-eslint/ban-ts-comment": "off",

0 commit comments

Comments
 (0)