Skip to content

Commit

Permalink
fix: option glob pattern for .d.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 11, 2024
1 parent 6cde4c9 commit a2ca99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export async function typescript(
}]
: [],
{
files: ['**/*.d.([cm])ts'],
files: ['**/*.d.?([cm])ts'],
name: 'antfu/typescript/disables/dts',
rules: {
'eslint-comments/no-unlimited-disable': 'off',
Expand Down

0 comments on commit a2ca99f

Please sign in to comment.