Merge branch 'master' of github.com:babel/babel-eslint
This commit is contained in:
7
eslint/babel-eslint-parser/.travis.yml
Normal file
7
eslint/babel-eslint-parser/.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
git:
|
||||
depth: 1
|
||||
language: node_js
|
||||
node_js:
|
||||
- '0.12'
|
||||
- 'io.js'
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user