Skip to content

Commit

Permalink
Add prettier_d to Related Projects (#1328)
Browse files Browse the repository at this point in the history
`prettier_d` is like [eslint_d], but it runs `prettier` instead of
`eslint`. This eliminates the Node.js startup delay from all but the
first run of `prettier_d`, making it a snappier experience.

[eslint_d]: https://github.com/mantoni/eslint_d.js

Related discussion:
* #575 (comment)
* #918 (comment)
* #753 (comment)
  • Loading branch information
josephfrazier authored and vjeux committed Apr 18, 2017
1 parent 2e613cb commit 652e2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -410,6 +410,7 @@ passes `prettier` output to `standard --fix`
- [`prettier-miscellaneous`](https://github.com/arijs/prettier-miscellaneous)
`prettier` with a few minor extra options
- [`neutrino-preset-prettier`](https://github.com/SpencerCDixon/neutrino-preset-prettier) allows you to use Prettier as a Neutrino preset
- [`prettier_d`](https://github.com/josephfrazier/prettier_d.js) runs Prettier as a server to avoid Node.js startup delay


## Technical Details
Expand Down

0 comments on commit 652e2f9

Please sign in to comment.