aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-07-25 15:22:07 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-07-25 15:22:07 +0200
commit676cea90d963dc89ca9a9a38625fc7cd1cf3b5bc (patch)
treefdf6c1f4e3b5d96a5cc93b018ddafa8e15bac135
parentfb94b0e6df4da3026b9fb4714ee7ceab6bbfa9bc (diff)
downloadpronto-hlint-676cea90d963dc89ca9a9a38625fc7cd1cf3b5bc.tar.gz
pronto-hlint-676cea90d963dc89ca9a9a38625fc7cd1cf3b5bc.tar.zst
pronto-hlint-676cea90d963dc89ca9a9a38625fc7cd1cf3b5bc.zip
Add a note about `.eslintignore` in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9aa8e9..3b98b39 100644
--- a/README.md
+++ b/README.md
@@ -13,4 +13,6 @@ You'll need to install one of the runtimes supported by [ExecJS](https://github.
13 13
14## Configuration 14## Configuration
15 15
16Configuring ESLint via .eslintrc will work just fine with pronto-eslint. 16Configuring ESLint via .eslintrc and excludes via [.eslintignore][eslintignore] will work just fine with pronto-eslint.
17
18[eslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories