Skip to content

Commit 2a6d6c5

Browse files
Update ESLint configuration
Remove the line to disable the "github/no-unused-vars" rule.
1 parent 8659fb3 commit 2a6d6c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@typescript-eslint/no-unsafe-call": "off",
4545
"@typescript-eslint/no-unsafe-member-access": "off",
4646
"@typescript-eslint/no-unsafe-return": "off",
47-
"@typescript-eslint/no-unused-vars": "off",
4847
"@typescript-eslint/no-var-requires": "off",
4948
"@typescript-eslint/prefer-regexp-exec": "off",
5049
"@typescript-eslint/require-await": "off",

0 commit comments

Comments
 (0)