tools: update ESLint to 7.0.0-alpha.1

Update ESLint to 7.0.0-alpha.1

PR-URL: https://github.com/nodejs/node/pull/31400
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
cjihrig 2020-02-28 17:07:33 -05:00 committed by Anna Henningsen
parent 7eaa813fcf
commit 2348ca0ce4
No known key found for this signature in database
GPG key ID: A94130F0BFC8EBE9
118 changed files with 921 additions and 451 deletions

View file

@ -518,6 +518,7 @@ function processCodePathToExit(analyzer, node) {
case "ImportExpression":
case "MemberExpression":
case "NewExpression":
case "YieldExpression":
state.makeFirstThrowablePathInTryBlock();
break;