Most user's workflow; run npm test
, encounter linter errors, then manually run xo --fix
.
Is there any good reason not to just make XO default to --fix
? And instead have a xo --no-fix
flag to opt-out. Are there any downsides in doing this?
This could be problematic for a few rules, like ava/no-skip-test
, as its auto-fixer would remove the skip
before running the test, but we could have a list of things to not auto-fix by default.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too