Added rollup-plugin-prettier to Related Projects in README.md (#2616)

Added a link and description to rollup-plugin-prettier (https://github.com/mjeanroy/rollup-plugin-prettier) to the 'Related Projects' section
master
Luca 2017-08-12 13:27:16 +02:00 committed by Lucas Azzola
parent dace9ecded
commit dbe0ca6c26
1 changed files with 1 additions and 0 deletions

View File

@ -779,6 +779,7 @@ passes `prettier` output to `standard --fix`
- [`prettier_d`](https://github.com/josephfrazier/prettier_d.js) runs Prettier as a server to avoid Node.js startup delay. It also supports configuration via `.prettierrc`, `package.json`, and `.editorconfig`.
- [`Prettier Bookmarklet`](https://prettier.glitch.me/) provides a bookmarklet and exposes a REST API for Prettier that allows to format CodeMirror editor in your browser
- [`prettier-github`](https://github.com/jgierer12/prettier-github) formats code in GitHub comments
- [`rollup-plugin-prettier`](https://github.com/mjeanroy/rollup-plugin-prettier) allows you to use Prettier with Rollup
## Technical Details