Skip to content

Commit a23f66e

Browse files
authored
chore: remove unused ESLint directive
PR-URL: #11100 Closes: #11099 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 7d9c0c0 commit a23f66e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-nonpositive-number-array/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-nonpositive-number-array/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function createBenchmark( fcn, len, primitives ) {
5050
}
5151
} else {
5252
for ( i = 0; i < len; i++ ) {
53-
x.push( new Number( -1.0 ) ); // eslint-disable-line no-new-wrappers
53+
x.push( new Number( -1.0 ) );
5454
}
5555
}
5656
return benchmark;

0 commit comments

Comments
 (0)