diff --git a/docs/setting-up-your-editor.html b/docs/setting-up-your-editor.html index fedee8cc..6c197587 100644 --- a/docs/setting-up-your-editor.html +++ b/docs/setting-up-your-editor.html @@ -85,7 +85,7 @@ It also only works with npm 3 or higher.

Note that any rules set to "error" will stop the project from building.

There are a few things to remember:

    -
  1. You must extend the base config, as removing it could introduce hard-to-find issues.
  2. +
  3. We highly recommend extending the base config, as removing it could introduce hard-to-find issues.
  4. When working with TypeScript, you'll need to provide an overrides object for rules that should only target TypeScript files.

In the below example:

@@ -181,7 +181,7 @@ It also only works with npm 3 or higher.

Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run ./node_modules/.bin/prettier --single-quote --write "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}" to format your entire project for the first time.

Next you might want to integrate Prettier in your favorite editor. Read the section on Editor Integration on the Prettier GitHub page.

-
Last updated on 7/16/2019 by Brody McKee
Updating to New ReleasesDeveloping Components in Isolation