Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-06-11 16:38:07 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2019-06-27 12:57:19 +0300
commited8fc7e11d688cbcdf33d0d149830064758bdcd2 (patch)
tree4219cf838cc87497c67205ce60e11d56a4fc8b5f /benchmark
parent63a0f4cdd3c8f0df4b81e96809fa48e3f959d2c9 (diff)
tools: update eslint
This updates eslint from v6.0.0-alpha.2 to v6.0.1 This also removes eslint-disable comments about `bigint` typeof checks. Those would otherwise have caused linting errors now that `bigint` is accepted as valid entry. PR-URL: https://github.com/nodejs/node/pull/28173 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/process/bench-hrtime.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/process/bench-hrtime.js b/benchmark/process/bench-hrtime.js
index e704087b692..d73ed7aae43 100644
--- a/benchmark/process/bench-hrtime.js
+++ b/benchmark/process/bench-hrtime.js
@@ -37,6 +37,5 @@ function main({ n, type }) {
break;
}
- // eslint-disable-next-line valid-typeof
assert.ok(Array.isArray(noDead) || typeof noDead === 'bigint');
}