We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--fix-dry-run
I think it would be great if xo could format the source file in vim automatically.
xo
jose-elias-alvarez/null-ls.nvim#707 (comment)
In the above PR, xo was added as a linter, but had not been added as a formatter since fix flag automatically save the changes to the file system.
fix
It seems supporting --fix-dry-run flag might help this kind of library to support xo as formatter.
Many thanks to this awesome library.
Ref: https://eslint.org/docs/user-guide/command-line-interface#options
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I think it would be great if
xo
could format the source file in vim automatically.jose-elias-alvarez/null-ls.nvim#707 (comment)
In the above PR,
xo
was added as a linter, but had not been added as a formatter sincefix
flag automatically save the changes to the file system.It seems supporting
--fix-dry-run
flag might help this kind of library to supportxo
as formatter.Many thanks to this awesome library.
Ref:
https://eslint.org/docs/user-guide/command-line-interface#options
The text was updated successfully, but these errors were encountered: