Skip to content

Commit 0069b04

Browse files
committed
chore(dx): report unused disable directives for vscode extension (#16059)
follow up from #16015
1 parent 9f7272a commit 0069b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"oxc.typeAware": true,
33
"oxc.configPath": "oxlintrc.json",
4+
"oxc.unusedDisableDirectives": "deny",
45
"oxc.fmt.experimental": true,
56
"oxc.fmt.configPath": "oxfmtrc.jsonc",
67
"[javascript]": {

0 commit comments

Comments
 (0)