Skip to content

Commit e7bd1d0

Browse files
authored
style: re-enable lint rule
PR-URL: #8138 Closes: #8135 Reviewed-by: Athan Reines <[email protected]>
1 parent 4dba8a6 commit e7bd1d0

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)