Upgraded babel-eslint to v9.0.0-beta.2 with better support for Flow

Summary: Upgraded the library to fix an error in Babel causing wrong unused variable errors.

Differential Revision: D8765952

fbshipit-source-id: 352d1bb50ada76caed247bf9aa4521eff2d510e9
This commit is contained in:
Rubén Norte 2018-07-09 09:13:06 -07:00 committed by Facebook Github Bot
parent eac34e3021
commit abf1188de2
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"async": "^2.4.0",
"babel-eslint": "8.2.1",
"babel-eslint": "9.0.0-beta.2",
"babel-generator": "^6.26.0",
"eslint": "5.0.1",
"eslint-config-fb-strict": "22.1.0",