aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index f07434c..fed1dde 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
1# Pronto runner for ESLint 1# Pronto runner for ESLint (using eslint from npm)
2 2
3[![Code Climate](https://codeclimate.com/github/mmozuras/pronto-eslint.png)](https://codeclimate.com/github/mmozuras/pronto-eslint) 3[![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.png)](https://codeclimate.com/github/doits/pronto-eslint-npm)
4[![Build Status](https://travis-ci.org/mmozuras/pronto-eslint.png)](https://travis-ci.org/mmozuras/pronto-eslint) 4[![Build Status](https://travis-ci.org/doits/pronto-eslint.png)](https://travis-ci.org/doits/pronto-eslint-npm)
5[![Gem Version](https://badge.fury.io/rb/pronto-eslint.png)](http://badge.fury.io/rb/pronto-eslint) 5[![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.png)](http://badge.fury.io/rb/pronto-eslint-npm)
6[![Dependency Status](https://gemnasium.com/mmozuras/pronto-eslint.png)](https://gemnasium.com/mmozuras/pronto-eslint) 6[![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.png)](https://gemnasium.com/doits/pronto-eslint-npm)
7 7
8Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) 8Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto)
9 9
10Uses system wide installed eslint in contrast to [pronto-eslint][pronto-eslint].
11
12[eslint-pronto]: https://github.com/mmozuras/pronto-eslint
13
10## Prerequisites 14## Prerequisites
11 15
12You'll need to install [eslint by yourself][eslint-install]. 16You'll need to install [eslint by yourself with npm][eslint-install].
13 17
14[eslint-install]: http://eslint.org/docs/user-guide/getting-started 18[eslint-install]: http://eslint.org/docs/user-guide/getting-started
15 19