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

@ -1,6 +1,6 @@
/**
* @fileoverview Counts the cyclomatic complexity of each function of the script. See http://en.wikipedia.org/wiki/Cyclomatic_complexity.
* Counts the number of if, conditional, for, whilte, try, switch/case,
* Counts the number of if, conditional, for, while, try, switch/case,
* @author Patrick Brosset
*/