xo --fix --quiet
does not save changes on TypeScript files
#562
Labels
xo --fix --quiet
does not save changes on TypeScript files
#562
xo --quiet
reports the errors, butxo --quiet --fix
acts like it fixes them, but it doesn't:Repro
What happens
No error is outputted, but no files are changed. This is confirmed by another run of
xo
Omitting
--quiet
will fix it:Notes
The same ESLint version is able to save those changes when running:
The text was updated successfully, but these errors were encountered: