diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2016-08-11 16:42:21 +0200 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2016-08-11 16:46:57 +0200 |
commit | 1962517dc07b71d85342c819c76f586a264963ee (patch) | |
tree | 154badf7c926b8298386e1ee56383c77526a0fdf | |
parent | 1d8335c59dd3caf149a7b2d0b76aa292463b4289 (diff) | |
download | pronto-hlint-1962517dc07b71d85342c819c76f586a264963ee.tar.gz pronto-hlint-1962517dc07b71d85342c819c76f586a264963ee.tar.zst pronto-hlint-1962517dc07b71d85342c819c76f586a264963ee.zip |
svg simply looks better
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ | |||
1 | # Pronto runner for ESLint (using eslint from npm) | 1 | # Pronto runner for ESLint (using eslint from npm) |
2 | 2 | ||
3 | [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.png)](https://codeclimate.com/github/doits/pronto-eslint-npm) | 3 | [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.svg)](https://codeclimate.com/github/doits/pronto-eslint-npm) |
4 | [![Build Status](https://travis-ci.org/doits/pronto-eslint-npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint-npm) | 4 | [![Build Status](https://travis-ci.org/doits/pronto-eslint-npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint-npm) |
5 | [![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.png)](http://badge.fury.io/rb/pronto-eslint-npm) | 5 | [![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.svg)](http://badge.fury.io/rb/pronto-eslint-npm) |
6 | [![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.png)](https://gemnasium.com/doits/pronto-eslint-npm) | 6 | [![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.svg)](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 | ||