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 configured [email protected], [email protected] and eslint-plugin-jest. I saw oxlint doesn't cover an edge case when inside an test case I declared expect expression inside an if else logic. Then eslint passed but oxlint caughted an error.
What version of Oxlint are you using?
0.11.1
What command did you run?
yarn oxlint -c .oxlint.json & yarn eslint
What does your
.oxlint.json
config file look like?What happened?
I configured [email protected], [email protected] and
eslint-plugin-jest
. I saw oxlint doesn't cover an edge case when inside an test case I declared expect expression inside an if else logic. Then eslint passed but oxlint caughted an error.You can see demo at compare-eslint-oxlint
The text was updated successfully, but these errors were encountered: