Skip to content

Commit

Permalink
feat: allow unused-imports/no-unused-vars in .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 19, 2023
1 parent a6861f4 commit b6f7400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -168,6 +168,7 @@ module.exports = {
files: ['*.d.ts'],
rules: {
'import/no-duplicates': 'off',
'unused-imports/no-unused-vars': 'off',
'eslint-comments/no-unlimited-disable': 'off',
},
},
Expand Down

0 comments on commit b6f7400

Please sign in to comment.