elicwhite / ESLint-Formatter

Sublime Text 3 Plugin to Autoformat with Eslint
MIT License
139 stars 20 forks source link

feat: support eslint_d stdio #77

Closed skeggse closed 4 years ago

skeggse commented 4 years ago

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.

skeggse commented 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!

elicwhite commented 4 years ago

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.

skeggse commented 4 years ago

Thank you!

elicwhite commented 4 years ago

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