]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commitdiff
Add instructions into README about installing eslint
authorMarkus Doits <markus.doits@stellenticket.de>
Mon, 25 Jul 2016 14:06:39 +0000 (16:06 +0200)
committerMarkus Doits <markus.doits@stellenticket.de>
Mon, 25 Jul 2016 14:06:39 +0000 (16:06 +0200)
README.md

index 3b98b39785debda1342f803b8cc6c6d4c3003e9d..f07434ca70fc3f78b2f4bb87d54abc1eecfd988e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,10 +9,13 @@ Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for Jav
 
 ## Prerequisites
 
-You'll need to install one of the runtimes supported by [ExecJS](https://github.com/sstephenson/execjs#execjs).
+You'll need to install [eslint by yourself][eslint-install].
+
+[eslint-install]: http://eslint.org/docs/user-guide/getting-started
 
 ## Configuration
 
-Configuring ESLint via .eslintrc and excludes via [.eslintignore][eslintignore] will work just fine with pronto-eslint.
+Configuring ESLint via [.eslintrc and consorts][eslintrc] and excludes via [.eslintignore][eslintignore] will work just fine with pronto-eslint.
 
+[eslintrc]: http://eslint.org/docs/user-guide/configuring#configuration-file-formats
 [eslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories