prettier/prettier-emacs

Support other prettier bin commands

rstacruz opened this issue · 1 comments

prettier_d is a package that makes prettier run faster by delegating to a background server. It'd be nice to have support for this!

One can customize the command used by prettier-emacs; it's exposed as prettier-js-command.

Trying out customizing it myself, it looks like prettier_d puts errors in stdout rather than stderr. This should probably be fixed upstream, such that it's more of a drop-in replacement. Seems like it's a straightforward thing to workaround, however.