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

feat: label non-existent rule as invalid #96

Closed ntnyq closed 1 month ago

ntnyq commented 1 month ago

This PR labels non-existent rules as INVALID.

A rule would be removed after deprecated.

If users didn't remove it ASAP, prop rule of component RuleItem would be undefined and cause render errors.