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
! The following rules do not match the currently supported rules:
| typescript/no-dupe-class-members
| typescript/no-useless-constructor
| typescript/no-loss-of-precision
| typescript/no-array-constructor
| typescript/no-redeclare
| typescript/no-unused-vars
But, you can see all these rules have been implemented. I am using "oxlint": "^0.11.0",
- related to #6988
This is causing a lot of errors currently such as
#7233. I think we need to
handle rule names more robustly first:
- #7240
- #7082
- #7242
then, I think we can revisit this and maybe implement it as an actual
lint plugin too? #7086
But, you can see all these rules have been implemented. I am using
"oxlint": "^0.11.0",
Originally posted by @markEHVN in #2180 (comment)
The text was updated successfully, but these errors were encountered: