Clarify that both packages are still needed (#3966)

* Clarify that both packages are still needed

* Update eslint.md
master
sharils 2018-02-14 00:45:06 +08:00 committed by Simon Lydell
parent 17c0f9bfe1
commit 791e5cd0ae
1 changed files with 6 additions and 0 deletions

View File

@ -57,3 +57,9 @@ There are a few rules that this disables that you may want to turn back on as lo
"extends": ["plugin:prettier/recommended"]
}
```
Remember to install both `eslint-plugin-prettier` and `eslint-config-prettier`:
```bash
yarn add --dev eslint-plugin-prettier eslint-config-prettier
```