docs: add related projects (#456)

* docs: add related projects

I think it may help adoption of `prettier` if
people don't have to change their entire coding
style all at once. These projects enable that.

* docs: add prettier-with-tabs to related projects
master
Kent C. Dodds 2017-01-25 13:33:38 -08:00 committed by James Long
parent 888c7a52dd
commit f8853ba856
1 changed files with 10 additions and 0 deletions

View File

@ -207,6 +207,16 @@ features enabled, but you can also use
All of JSX and Flow syntax is supported. In fact, the test suite in
`tests` *is* the entire Flow test suite and they all pass.
## Related Projects
- [`prettier-eslint`](https://github.com/kentcdodds/prettier-eslint)
passes `prettier` output to `eslint --fix`
- [`prettier-standard-formatter`](https://github.com/dtinth/prettier-standard-formatter)
passes `prettier` output to `standard --fix`
- [`prettier-with-tabs`](https://github.com/arijs/prettier-with-tabs)
allows you to configure prettier to use `tabs`
## Technical Details
This printer is a fork of