How does one specify options?
Agree, prettier looks awesome but config is also a minor blocker for me.
Guessing this package is more a proof-of-concept for editor integration at this point, and James hasn't completely finished all the configuration options. The core prettier package exposes a few options, and it would be trivial to expose them as package configuration options in Atom (prettier.js:108), and pass them to the prettier.format method (prettier.js:49).
@jlongster would you accept a PR with these options exposed? or would you prefer to hold off on exposing these until you get more feedback on the options that are available in the core prettier API?
Yeah, I was referring to exposing the existing options, which I think is a must have before I would consider using this.
Opened #9 in case PRs are being accepted
Most helpful comment
Opened #9 in case PRs are being accepted