Skip to content

Commit 9641e4b

Browse files
aoberoihzoo
authored andcommitted
updates readme for latest eslint & babel-eslint (babel#607) [skip ci]
1 parent aaeb46b commit 9641e4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ It just needs to export a `parse` method that takes in a string of code and outp
4747

4848
ESLint | babel-eslint
4949
------------ | -------------
50+
4.x | >= 6.x
5051
3.x | >= 6.x
5152
2.x | >= 6.x
5253
1.x | >= 5.x
@@ -56,9 +57,9 @@ ESLint | babel-eslint
5657
Ensure that you have substituted the correct version lock for `eslint` and `babel-eslint` into this command:
5758

5859
```sh
59-
$ npm install eslint@3.x babel-eslint@7 --save-dev
60+
$ npm install eslint@4.x babel-eslint@8 --save-dev
6061
# or
61-
$ yarn add eslint@3.x babel-eslint@7 -D
62+
$ yarn add eslint@4.x babel-eslint@8 -D
6263
```
6364

6465
### Setup

0 commit comments

Comments
 (0)