diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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 | ||
8 | Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) | 8 | Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) |
9 | 9 | ||
10 | Uses 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 | ||
12 | You'll need to install [eslint by yourself][eslint-install]. | 16 | You'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 | ||