eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
734 stars 19 forks source link

[Feature Request] Show with each listed rule the ways to disable in code #106

Open MatthewAry opened 1 week ago

MatthewAry commented 1 week ago

It would be fantastic if with each rule listed there were displayed examples on how to disable the rule for:

Sometimes, depending on the rule, the IDE may not be able to give guidance on how to disable the rule that is offending. For example, how to disable a rules that warns/reformats imports, or removes unused imports. Stuff like that.