Skip to content

Commit 4f3532f

Browse files
chore: fix JavaScript lint errors
PR-URL: #11457 Closes: #11444 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent f36ea49 commit 4f3532f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bench( pkg, function benchmark( b ) {
3333
var arr;
3434
var i;
3535

36-
arr = new Array( 100 );
36+
arr = new Array( 100 ); // eslint-disable-line stdlib/no-new-array
3737

3838
b.tic();
3939
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)