chore(dx): report unused disable directives for vscode extension#16059
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
There was a problem hiding this comment.
Pull request overview
This PR configures the VSCode extension to report unused disable directives (like // oxlint-disable-line) as errors. This is a follow-up improvement to enhance developer experience by ensuring that disable directives are only used when necessary, preventing code clutter from outdated or unnecessary suppressions.
- Adds
"oxc.unusedDisableDirectives": "deny"to the workspace settings
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b32c2fa to
0069b04
Compare

follow up from #16015