Closed skeggse closed 4 years ago
Hmm it looks like this might be incomplete; it does update the view, but it might not result in the file itself getting updated.
EDIT: Fixed!
Hey @skeggse, thanks for your contribution and comments on the other issues. I don't use this plugin anymore, I've added you as a collaborator, feel free to merge and release a new version.
Thank you!
Thanks for doing so much on this project! You are really doing it proud! Way better than I've been able to ever handle this project :D
The
eslint_d
project supports a --fix-to-stdout flag that emits the fixed code to the standard output, and accepts the code from the standard input. This offers a better user experience, so I'd like to support it via configuration. Happy to add docs if this is an acceptable feature!Offers a solution to #71; fixes #62.