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
I am not sure what the problem is here, oxlint only supports no-unused-vars rule and it also covers what @typescript-eslint/no-unused-vars does, so you can turn off @typescript-eslint/no-unused-vars
What version of Oxlint are you using?
0.15.3
What command did you run?
yarn oxlint --quiet
What does your
.oxlint.json
config file look like?What happened?
Removing either rule allows the error to be reported,
but when both are present, the error is not reported.
Is it because I used the
--quiet
param?But does it affect whether my errors are intercepted?
The text was updated successfully, but these errors were encountered: