Skip to content

Commit b754d5a

Browse files
committed
style: disable lint rule
1 parent 228e4d0 commit b754d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/slice/test

lib/node_modules/@stdlib/ndarray/slice/test/test.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 object-curly-newline */
19+
/* eslint-disable object-curly-newline, max-lines */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)