Skip to content

Commit 9156391

Browse files
authored
Merge pull request #20482 from Methuselah96/patch-2
Make eslint rule an error instead of a warning
2 parents 6267d4f + 0d85ce0 commit 9156391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint"
3535
],
3636
"rules": {
37-
"@typescript-eslint/no-unused-vars": 1,
37+
"@typescript-eslint/no-unused-vars": ["error"],
3838
"@typescript-eslint/indent": [
3939
"error",
4040
"tab",

0 commit comments

Comments
 (0)