Skip to content

Commit 2e1117e

Browse files
authoredJan 17, 2024
fix: Unknown options: reportUnusedDisableDirectives (#395)
1 parent e74d9b6 commit 2e1117e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/configs/javascript.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ export async function javascript(
3232
},
3333
sourceType: 'module',
3434
},
35-
linterOptions: {
36-
reportUnusedDisableDirectives: true,
35+
overrideConfig: {
36+
linterOptions: {
37+
reportUnusedDisableDirectives: true,
38+
},
3739
},
3840
name: 'antfu:javascript',
3941
plugins: {

0 commit comments

Comments
 (0)
Please sign in to comment.