Description
Now that the number of rules has grown so large, it would be nice to add some filtering so that users have an easier time finding what they are looking for:
-
for example,
typescript-eslint
makes their "emoji legend" clickable to filter in / out some categories. This is pretty useful if, for example, you only want to see the fixable rules
-
for example,
eslint
indicates when a rule is made redundant by the use of typescript, which is useful to know when wanting to avoid double reporting of issues in CI and to make the errors easier to understand in IDEs (idk why this is not more prominent on eslint's website)
-
in addition,
oxc
has rules inspired by many existing eslint plugins (unicorn
,jsx-a11y
, ...) which could also be used as a target for filtering. This would be useful for folks familiar with these plugins
References:
- typescript-eslint list of rules, filtered, w/ filters reflected in the URL https://typescript-eslint.io/rules/?=recommended-xtypeInformation#rules
- eslint
no-const-assign
rule, w/ a paragraph about redundancy w/ typescript https://eslint.org/docs/latest/rules/no-const-assign