Skip to content

Commit a2ca99f

Browse files
committedJun 11, 2024
fix: option glob pattern for .d.mts
1 parent 6cde4c9 commit a2ca99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/configs/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export async function typescript(
153153
}]
154154
: [],
155155
{
156-
files: ['**/*.d.([cm])ts'],
156+
files: ['**/*.d.?([cm])ts'],
157157
name: 'antfu/typescript/disables/dts',
158158
rules: {
159159
'eslint-comments/no-unlimited-disable': 'off',

0 commit comments

Comments
 (0)
Please sign in to comment.