Skip to content

Commit

Permalink
Merge pull request #364 from ericcornelissen/eslint/no-unused-vars
Browse files Browse the repository at this point in the history
Update code so "@typescript-eslint/no-unused-vars" passes
  • Loading branch information
Robert authored and GitHub committed Jan 18, 2021
2 parents 8659fb3 + 946779f commit b0adc41
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
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
2 changes: 1 addition & 1 deletion lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0adc41

Please sign in to comment.