Update list of related projects (#833)

master
Simon Lydell 2017-02-28 18:24:08 +01:00 committed by Christopher Chedeau
parent 61482662cc
commit 25340671d3
1 changed files with 3 additions and 3 deletions

View File

@ -265,9 +265,9 @@ All of JSX and Flow syntax is supported. In fact, the test suite in
## Related Projects
- [`eslint-plugin-prettier`](https://github.com/not-an-aardvark/eslint-plugin-prettier) plugs `prettier` into your `eslint` workflow
- [`eslint-config-prettier`](https://github.com/lydell/eslint-config-prettier) turns all `eslint` rules that are unnecessary or might conflict with prettier off
- [`prettier-eslint`](https://github.com/kentcdodds/prettier-eslint)
- [`eslint-plugin-prettier`](https://github.com/not-an-aardvark/eslint-plugin-prettier) plugs prettier into your ESLint workflow
- [`eslint-config-prettier`](https://github.com/prettier/eslint-config-prettier) turns off all ESLint rules that are unnecessary or might conflict with prettier
- [`prettier-eslint`](https://github.com/prettier/prettier-eslint)
passes `prettier` output to `eslint --fix`
- [`prettier-standard-formatter`](https://github.com/dtinth/prettier-standard-formatter)
passes `prettier` output to `standard --fix`