Skip to content

Commit

Permalink
feat: allow eslint-comments/no-unlimited-disable in .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 19, 2023
1 parent f43363a commit a6861f4
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',
'eslint-comments/no-unlimited-disable': 'off',
},
},
{
Expand Down

0 comments on commit a6861f4

Please sign in to comment.