You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the typescript-extended rules are inherently supported by oxlint and thus are only advertised as a single rule.
It's a bit annoying having to match rules when they are different names.
I should've provided an example but I have a script parsing the oxlint --rules output to match our rules.
This comes out for rules that are in both eslint and @typescript-eslint, for which only a single rule exists in oxlint:
I'm not sure if they are currently aliased somehow, so I've renamed them to the oxlint equivalent in the config file.
Some of them also don't mention typescript support in the documentation.
Some of the typescript-extended rules are inherently supported by
oxlint
and thus are only advertised as a single rule.It's a bit annoying having to match rules when they are different names.
Originally posted by @drvn-mr in #226 (comment)
The text was updated successfully, but these errors were encountered: