From ed8fc7e11d688cbcdf33d0d149830064758bdcd2 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 11 Jun 2019 15:38:07 +0200 Subject: tools: update eslint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: Yongsheng Zhang --- benchmark/process/bench-hrtime.js | 1 - 1 file changed, 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/process/bench-hrtime.js b/benchmark/process/bench-hrtime.js index e704087b69..d73ed7aae4 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'); } -- cgit v1.2.3