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

Commit

Permalink
updates readme for latest eslint & babel-eslint (#607) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi authored and hzoo committed Apr 13, 2018
1 parent aaeb46b commit 9641e4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ It just needs to export a `parse` method that takes in a string of code and outp

ESLint | babel-eslint
------------ | -------------
4.x | >= 6.x
3.x | >= 6.x
2.x | >= 6.x
1.x | >= 5.x
Expand All @@ -56,9 +57,9 @@ ESLint | babel-eslint
Ensure that you have substituted the correct version lock for `eslint` and `babel-eslint` into this command:

```sh
$ npm install eslint@3.x babel-eslint@7 --save-dev
$ npm install eslint@4.x babel-eslint@8 --save-dev
# or
$ yarn add eslint@3.x babel-eslint@7 -D
$ yarn add eslint@4.x babel-eslint@8 -D
```

### Setup
Expand Down

0 comments on commit 9641e4b

Please sign in to comment.