Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ff9637

Browse files
committed
chore: update default typescript-eslint rules
1 parent e833a4e commit 4ff9637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"@typescript-eslint/ban-types": "warn",
5656
"@typescript-eslint/no-empty-interface": "warn",
5757
"@typescript-eslint/no-empty-function": "warn",
58+
"@typescript-eslint/no-unused-vars": "warn",
59+
"@typescript-eslint/no-explicit-any": "warn",
5860
"prefer-rest-params": "warn",
5961
"no-prototype-builtins": "warn",
6062
"no-empty": "warn"

0 commit comments

Comments
 (0)