Mention prettier-standard package (#1010)

master
Adam Stankiewicz 2017-03-16 18:33:23 +01:00 committed by Christopher Chedeau
parent 915967b974
commit 60b6d6fc56
1 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,8 @@ All of JSX and Flow syntax is supported. In fact, the test suite in
- [`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`](https://github.com/sheerun/prettier-standard)
uses `prettier` and `prettier-eslint` to format code with standard rules
- [`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)