Skip to content

Commit

Permalink
fix: eslint can't warn ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
wendraw committed Jan 4, 2022
1 parent 7600edf commit b6d409f
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 @@ -33,5 +33,7 @@ module.exports = {
],
'no-continue': 'off',
'no-plusplus': 'off',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['warn'],
},
}

0 comments on commit b6d409f

Please sign in to comment.