From 0069b042ca91f748be07a90135b3d50138855bee Mon Sep 17 00:00:00 2001 From: Sysix <3897725+Sysix@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:43:11 +0000 Subject: [PATCH] chore(dx): report unused disable directives for vscode extension (#16059) follow up from https://github.com/oxc-project/oxc/pull/16015 --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f4f214922f77..222f58a0a93b1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "oxc.typeAware": true, "oxc.configPath": "oxlintrc.json", + "oxc.unusedDisableDirectives": "deny", "oxc.fmt.experimental": true, "oxc.fmt.configPath": "oxfmtrc.jsonc", "[javascript]": {