add badges [skip ci]

This commit is contained in:
Henry Zhu 2016-12-06 18:02:37 -05:00
parent 38072c0716
commit 10864cfa71

View File

@ -1,5 +1,4 @@
# babel-eslint # babel-eslint [![npm](https://img.shields.io/npm/v/babel-eslint.svg)](https://www.npmjs.com/package/babel-eslint) [![travis](https://img.shields.io/travis/babel/babel-eslint/master.svg)](https://travis-ci.org/babel/babel-eslint) [![npm-downloads](https://img.shields.io/npm/dm/babel-eslint.svg)](https://www.npmjs.com/package/babel-eslint)
[![Build Status][travis-image]][travis-url]
**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic **babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
[ESLint](https://github.com/eslint/eslint). [ESLint](https://github.com/eslint/eslint).
@ -99,6 +98,3 @@ Check out the [ESLint docs](http://eslint.org/docs/rules/) for all possible rule
```sh ```sh
$ eslint your-files-here $ eslint your-files-here
``` ```
[travis-url]: https://travis-ci.org/babel/babel-eslint
[travis-image]: https://travis-ci.org/babel/babel-eslint.svg?branch=master