aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-07-25 16:06:39 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-07-25 16:06:39 +0200
commitc230779389c19692e80e62198e6452bdf616391a (patch)
tree0f61cb5b7577d0080e85cbf04aa01f477dfdce5c
parent295096252547f3abb76788fbadf0ce059e74f2cc (diff)
downloadpronto-hlint-c230779389c19692e80e62198e6452bdf616391a.tar.gz
pronto-hlint-c230779389c19692e80e62198e6452bdf616391a.tar.zst
pronto-hlint-c230779389c19692e80e62198e6452bdf616391a.zip
Add instructions into README about installing eslint
-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