Skip to content

Commit

Permalink
Turn on linting error for ts no unused vars
Browse files Browse the repository at this point in the history
The intent is to help prevent and clean up unused imports
  • Loading branch information
henryboldi committed Jun 10, 2022
1 parent f4dd5cd commit ee9352b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ module.exports = {
],
},
],
"@typescript-eslint/no-unused-vars": "error",
"no-unused-vars": "off",
},
ignorePatterns: [
"dist/",
Expand Down

0 comments on commit ee9352b

Please sign in to comment.