antfu / eslint-flat-config-viewer

A visual tool to help you view and understand your ESLint Flat config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide an option to toggle rule by clicking on it in list

mnik01 opened this issue · comments

commented

Clear and concise description of the problem

It would be cool to have an option to toggle rule by clicking on it in list. And maybe add ability to configure rule. The error or warning level toggler for example

Suggested solution

To add/remove related rule in eslint.config.js.

Alternative

No response

Additional context

image

Validations

I don't honestly think it's possible, as JS is very dynamic, we can't determine where the rule comes from or even write it back