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
650 stars 18 forks source link

fix: move toggleRuleView to page rules #75

Closed ntnyq closed 2 months ago

ntnyq commented 2 months ago

When users are not in page rules and clicking the toggleRuleView button, nothing woud happen.

It's strange.

So this PR moves the toggleRuleView button to page rules.

This is how it looks like now:

Screenshot 2024-07-09 at 22 07 08

Besides, a little style change made to rules filter.

Before:

Screenshot 2024-07-09 at 22 08 57

After:

Screenshot 2024-07-09 at 22 09 16