Skip to content

Commit

Permalink
fix: disable no-restricted-syntax in d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 5, 2023
1 parent 757bb6b commit d98a8c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/configs/typescript.ts
Expand Up @@ -119,10 +119,7 @@ export function typescript(
rules: {
'eslint-comments/no-unlimited-disable': OFF,
'import/no-duplicates': OFF,
'no-restricted-syntax': [
'error',
'[declare=true]',
],
'no-restricted-syntax': OFF,
'unused-imports/no-unused-vars': OFF,
},
},
Expand Down

0 comments on commit d98a8c2

Please sign in to comment.