Merge branch 'master' of github.com:babel/babel-eslint

This commit is contained in:
Sebastian McKenzie
2015-03-11 00:17:22 +11:00
parent 24eef21756
commit 7625971974
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
---
git:
depth: 1
language: node_js
node_js:
- '0.12'
- 'io.js'

View File

@@ -1,4 +1,4 @@
# babel-eslint
# babel-eslint [![Build Status][travis-image]][travis-url]
**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
[ESLint](https://github.com/eslint/eslint).
@@ -41,3 +41,6 @@ Check out the [ESLint docs](http://eslint.org/docs/rules/) for all possible rule
```sh
$ 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