You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-config-zillow-base/README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,15 @@ For example, in a JSON `.eslintrc`:
24
24
25
25
### `"extends": "zillow-base"`
26
26
27
-
Our default export contains all of our ESLint rules, including ECMAScript 6+.
27
+
Our default export contains all of our ESLint rules, including ECMAScript 6+ and Prettier.
28
+
29
+
### `prettier` Editor Plugin Integration
30
+
31
+
Unfortunately, super-useful editor plugins like `prettier-atom` and `prettier-vscode` do not load Prettier settings from ESLint config, which is where we load our Prettier options from. To workaround this, add a `.prettierrc.js` or `prettier.config.js` file to your repo root with the following content:
0 commit comments