prettier / prettier-emacs

Minor mode to format JS code on file save
http://jlongster.com/A-Prettier-Formatter
375 stars 54 forks source link

Translate cursor position #42

Closed jscheid closed 5 years ago

jscheid commented 6 years ago

Implements prettier/prettier#93

Needs prettier 1.4 or better. With older prettier versions an unsightly warning message is printed into the error buffer; however, on such old versions another warning (about --stdin-filepath) is printed anyway so can probably live with that.

jscheid commented 5 years ago

I've decided to implement this in https://github.com/jscheid/prettier.el instead.