Prettier 1.0.0!!!!
dtinth opened this issue · 0 comments
dtinth commented
Now that prettier 1.0.0 is out, things have changed. We can rely much more on Prettier’s API and make this package easier to use:
-
prettier
andstandard
stays as a dependency to ease installation. -
But
prettier-standard-formatter
will search for instances ofprettier
andstandard
installed insidenode_modules
searching from the formatted file upwards (orprocess.cwd()
if stdin). This allow this tool to work with locally-installedprettier
andstandard
. -
Atom plugin will be updated to match this behavior.