jscheid / prettier.el

Prettier code formatting for Emacs.
GNU General Public License v3.0
163 stars 11 forks source link

[ question ] How do get prettier-mode to use my project's prettier config? #123

Closed fergiemcdowall closed 1 month ago

fergiemcdowall commented 1 year ago

I do a lot of work on node.js projects.

How do I get prettier-mode to read each project's local .prettierrc.json when working on files in that tree?

jscheid commented 1 year ago

This should work out of the box, no luck?

fergiemcdowall commented 1 year ago

Its possibly just me- I will get back to you...