Skip to content

Commit 56a3189

Browse files
authored
Update benchmark.js resolves #8135
Removed the no-new-wrappers comment causing Linting issues. Signed-off-by: Zuhair Ahmad <[email protected]>
1 parent 291b901 commit 56a3189

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-finite/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-finite/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers, no-undefined, no-empty-function, stdlib/no-redeclare */
19+
/* eslint-disable no-undefined, no-empty-function, stdlib/no-redeclare */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)