Is there anyway to set oxlint to only run fix all on save only on error?
Currently I'm using v0.0.25, I have set the no-console rule to warn. Whenever I save the file it will also remove my console.log, is there anyway I can set the fix all on save to have something similar to --quiet flag where it only fix only error on save?
Is there anyway to set oxlint to only run fix all on save only on error?
Currently I'm using v0.0.25, I have set the no-console rule to warn. Whenever I save the file it will also remove my console.log, is there anyway I can set the fix all on save to have something similar to --quiet flag where it only fix only error on save?