We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaeb46b commit 9641e4bCopy full SHA for 9641e4b
README.md
@@ -47,6 +47,7 @@ It just needs to export a `parse` method that takes in a string of code and outp
47
48
ESLint | babel-eslint
49
------------ | -------------
50
+4.x | >= 6.x
51
3.x | >= 6.x
52
2.x | >= 6.x
53
1.x | >= 5.x
@@ -56,9 +57,9 @@ ESLint | babel-eslint
56
57
Ensure that you have substituted the correct version lock for `eslint` and `babel-eslint` into this command:
58
59
```sh
-$ npm install eslint@3.x babel-eslint@7 --save-dev
60
+$ npm install eslint@4.x babel-eslint@8 --save-dev
61
# or
-$ yarn add eslint@3.x babel-eslint@7 -D
62
+$ yarn add eslint@4.x babel-eslint@8 -D
63
```
64
65
### Setup
0 commit comments