Skip to content

Commit 22b094b

Browse files
Disable eslint rules about any
1 parent f46ec8d commit 22b094b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"parserOptions": {
1919
"project": "./tsconfig.json"
2020
},
21-
"rules": {}
21+
"rules": {
22+
"@typescript-eslint/no-explicit-any": "off",
23+
"@typescript-eslint/explicit-module-boundary-types": "off"
24+
}
2225
}

0 commit comments

Comments
 (0)