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
Related to, but does not fully address, #19.
> NOTE: this PR also enables the vitest plugin
Adds a step to the test stage that re-runs oxlint after it was previously run
with `--fix`. This should help us catch syntax errors created by buggy fixes.
We should also consider running `typecheck` scripts for repositories that have
them.
run fix, then run fix again on the fixed code, the result should be the same.
The text was updated successfully, but these errors were encountered: