Skip to content

Commit a9cacc1

Browse files
committed
enhancement: put the no-unused-vars check back in
1 parent b03820a commit a9cacc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@typescript-eslint/no-explicit-any": "off",
2424
"@typescript-eslint/no-namespace": "off",
2525
"@typescript-eslint/no-non-null-assertion": "off",
26-
"@typescript-eslint/no-unused-vars": "off",
2726
"@typescript-eslint/no-empty-function": "warn",
2827
"no-inner-declarations": "off"
2928
},

0 commit comments

Comments
 (0)