prettier / prettier-emacs

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

Prettier mode is a bit slow #35

Closed danielpza closed 5 years ago

danielpza commented 6 years ago

I notice a delay (half second i asume) when saving the file, any tips ?, I didn't read the code of the package but notice it was writting to a temporal file, maybe there could be some optimization like preloading .prettierrc file or modify the file directly ?