oxc-project / oxc

⚓ A collection of JavaScript tools written in Rust.
https://oxc.rs
MIT License
12.1k stars 438 forks source link

Editor: Support quick fixes to disable rule for line or file #6966

Open nrayburn-tech opened 6 hours ago

nrayburn-tech commented 6 hours ago

Should add quick fixes to disable a rule for a single line or for the entire file.

Eslint screenshot image

nrayburn-tech commented 5 hours ago

6968 is a rough implementation of this, but requires some cleanup if anybody familiar with rust wants to take that on.