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:
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.
-