From 4350dfece6eda2b81b9e1ca4c99c8d5ae01618c0 Mon Sep 17 00:00:00 2001 From: Sean Lafferty Date: Fri, 11 Oct 2019 08:14:55 -0400 Subject: [PATCH] Add a note about .eslingignore files being respected --- docusaurus/docs/setting-up-your-editor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/docs/setting-up-your-editor.md b/docusaurus/docs/setting-up-your-editor.md index 4099f912b90..86985f73bad 100644 --- a/docusaurus/docs/setting-up-your-editor.md +++ b/docusaurus/docs/setting-up-your-editor.md @@ -48,6 +48,7 @@ Note that any rules set to `"error"` will stop the project from building. There are a few things to remember: 1. We highly recommend extending the base config, as removing it could introduce hard-to-find issues. +1. `.eslintignore` files will be respected 1. When working with TypeScript, you'll need to provide an `overrides` object for rules that should _only_ target TypeScript files. In the below example: