From c230779389c19692e80e62198e6452bdf616391a Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Mon, 25 Jul 2016 16:06:39 +0200 Subject: [PATCH] Add instructions into README about installing eslint --- README.md | 7 +++++-- 1 file 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 ## 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 -- 2.41.0