Skip to content

Commit 7d23e69

Browse files
committed
fix: no unused vars rule
1 parent b1cd43c commit 7d23e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@typescript-eslint/no-var-requires": "off",
3838
"@typescript-eslint/ban-ts-comment": "off",
3939
"@typescript-eslint/no-unused-vars": [
40-
"warn",
40+
"error",
4141
{
4242
"argsIgnorePattern": "^_",
4343
"varsIgnorePattern": "^_"

0 commit comments

Comments
 (0)