Skip to content

Commit ab4baa4

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into ndarray-base-binary-reduce-strided1d-dispatch
2 parents 33557e6 + 6b70a85 commit ab4baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/eslint/rules/stdlib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4371,7 +4371,7 @@ rules[ 'stdlib/no-nested-require' ] = 'error';
43714371
* return inner();
43724372
* }
43734373
*/
4374-
rules[ 'stdlib/no-unnecessary-nested-functions' ] = 'error';
4374+
rules[ 'stdlib/no-unnecessary-nested-functions' ] = 'off'; // FIXME: re-enable once we figured out the bug/patch
43754375

43764376
/**
43774377
* Disallow the use of the `new Array()` constructor.

0 commit comments

Comments
 (0)