From bc491c1692fac9ce4caf7ca3c18bdfdcea71f45d Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Tue, 13 Aug 2019 14:00:01 -0600 Subject: [PATCH] Deploy website Deploy website version based on 4410f5ec30783cc60360b6e2306b95eead56c015 --- docs/setting-up-your-editor.html | 4 ++-- docs/setting-up-your-editor/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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