Skip to content

Commit

Permalink
Allow babel-eslint 8 in eslint-config-fbjs (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and zpao committed Jan 27, 2018
1 parent cad6fd9 commit ee7cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-fbjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"babel-eslint": "^7.2.3",
"babel-eslint": "^7.2.3 || ^8.0.0",
"eslint": "^4.2.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.35.0",
Expand Down

0 comments on commit ee7cb7e

Please sign in to comment.