Add a note about .eslingignore files being respected (#7809)

This commit is contained in:
Sean Lafferty
2019-10-16 16:11:00 -04:00
committed by Ian Schmitz
parent ca37609e7f
commit 053f9774d3

View File

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