aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b98b39..f07434c 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,13 @@ Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for Jav
9 9
10## Prerequisites 10## Prerequisites
11 11
12You'll need to install one of the runtimes supported by [ExecJS](https://github.com/sstephenson/execjs#execjs). 12You'll need to install [eslint by yourself][eslint-install].
13
14[eslint-install]: http://eslint.org/docs/user-guide/getting-started
13 15
14## Configuration 16## Configuration
15 17
16Configuring ESLint via .eslintrc and excludes via [.eslintignore][eslintignore] will work just fine with pronto-eslint. 18Configuring ESLint via [.eslintrc and consorts][eslintrc] and excludes via [.eslintignore][eslintignore] will work just fine with pronto-eslint.
17 19
20[eslintrc]: http://eslint.org/docs/user-guide/configuring#configuration-file-formats
18[eslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories 21[eslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories