Skip to content

Commit a410628

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: #10909 Closes: #10906 Ref: #10087 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 352e91a commit a410628

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-negative-zero/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 */
19+
/* eslint-disable no-undefined, no-empty-function */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)