dtinth/prettier-standard-formatter

Prettier 1.0.0!!!!

dtinth opened this issue · 0 comments

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 and standard stays as a dependency to ease installation.

  • But prettier-standard-formatter will search for instances of prettier and standard installed inside node_modules searching from the formatted file upwards (or process.cwd() if stdin). This allow this tool to work with locally-installed prettier and standard.

  • Atom plugin will be updated to match this behavior.