Skip to content

Commit

Permalink
fix: disable @typescript-eslint/no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 29, 2023
1 parent d8f0512 commit 4b57638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/typescript/index.js
Expand Up @@ -171,5 +171,7 @@ module.exports = {
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/triple-slash-reference': 'off',
// handled by unused-imports/no-unused-imports
'@typescript-eslint/no-unused-vars': 'off',
},
}

0 comments on commit 4b57638

Please sign in to comment.