diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 | ||
16 | Configuring ESLint via .eslintrc will work just fine with pronto-eslint. | 16 | Configuring 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 | ||