Skip to content

Commit

Permalink
feat: bring back reportUnusedDisableDirectives
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 9, 2023
1 parent e44424c commit 6320cef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/configs/javascript.ts
Expand Up @@ -30,6 +30,9 @@ export function javascript(options: OptionsIsInEditor & OptionsOverrides = {}):
},
sourceType: 'module',
},
linterOptions: {
reportUnusedDisableDirectives: true,
},
name: 'antfu:javascript',
plugins: {
'antfu': pluginAntfu,
Expand Down

0 comments on commit 6320cef

Please sign in to comment.