diff --git a/docs/eslint.md b/docs/eslint.md index 93915efc..b4ab0e4a 100644 --- a/docs/eslint.md +++ b/docs/eslint.md @@ -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 +```