Skip to content

Commit e8a4191

Browse files
committed
fix: apply suggestions from code review
1 parent 14ca87b commit e8a4191

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/node_modules/@stdlib/ndarray/base/while-each/lib/5d.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable max-depth */
20+
1921
'use strict';
2022

2123
// MODULES //

lib/node_modules/@stdlib/ndarray/base/while-each/lib/5d_accessors.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable max-depth */
20+
1921
'use strict';
2022

2123
// MODULES //

0 commit comments

Comments
 (0)