Merge pull request babel/babel-eslint#257 from gmaclennan/patch-1

Update README.md install docs for eslint v1.x
This commit is contained in:
Henry Zhu 2016-02-27 10:23:01 -05:00
parent edc91849cb
commit dce22ce5f6

View File

@ -43,7 +43,7 @@ It just needs to export a `parse` method that takes in a string of code and outp
### Install ### Install
```sh ```sh
$ npm install eslint babel-eslint --save-dev $ npm install eslint@1.x babel-eslint --save-dev
``` ```
### Setup ### Setup