diff --git a/lib/node_modules/@stdlib/assert/is-odd/benchmark/benchmark.js b/lib/node_modules/@stdlib/assert/is-odd/benchmark/benchmark.js index 7e002c8e1928..4a54a094ecc7 100644 --- a/lib/node_modules/@stdlib/assert/is-odd/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/assert/is-odd/benchmark/benchmark.js @@ -16,7 +16,7 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers, no-undefined, no-empty-function */ +/* eslint-disable no-empty-function */ 'use strict'; @@ -47,7 +47,7 @@ bench( pkg+'::primitives', function benchmark( b ) { true, false, null, - undefined + void 0 ]; b.tic(); @@ -110,7 +110,7 @@ bench( pkg+'::primitives:isPrimitive', function benchmark( b ) { true, false, null, - undefined + void 0 ]; b.tic(); @@ -173,7 +173,7 @@ bench( pkg+'::primitives:isObject', function benchmark( b ) { true, false, null, - undefined + void 0 ]; b.tic();