Skip to content

Commit 6e0b994

Browse files
chore: set unused vars to error (#768)
1 parent 821f9ff commit 6e0b994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
],
1717
"rules": {
1818
"@typescript-eslint/no-var-requires": "off",
19+
"@typescript-eslint/no-unused-vars": "error",
1920
"@typescript-eslint/explicit-function-return-type": "off",
2021
"@typescript-eslint/no-explicit-any": "off",
2122
"react/no-find-dom-node": "off",

0 commit comments

Comments
 (0)