Skip to content

Commit

Permalink
Update ESLint configuration
Browse files Browse the repository at this point in the history
Remove the line to disable the "github/no-unused-vars"  rule.
  • Loading branch information
Eric Cornelissen committed Jan 15, 2021
1 parent 8659fb3 commit 2a6d6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
Expand Down

0 comments on commit 2a6d6c5

Please sign in to comment.