Skip to content

Commit

Permalink
Add a note about .eslingignore files being respected (#7809)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaff authored and ianschmitz committed Oct 16, 2019
1 parent ca37609 commit 053f977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus/docs/setting-up-your-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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:
Expand Down

0 comments on commit 053f977

Please sign in to comment.