Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
update install instructions for eslint 1 and 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Mar 28, 2016
1 parent 000f4b8 commit 636850b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ It just needs to export a `parse` method that takes in a string of code and outp
### Install

```sh
$ npm install eslint@1.x babel-eslint --save-dev
$ npm install eslint@1.x babel-eslint@5 --save-dev

$ npm install eslint@2.x babel-eslint@next --save-dev
$ npm install eslint@2.x babel-eslint@6 --save-dev
```

### Setup
Expand Down

0 comments on commit 636850b

Please sign in to comment.