Skip to content

Commit 6e461e6

Browse files
committed
style: disable lint rule
1 parent ad6be3a commit 6e461e6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/slice/seq2slice/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/slice/seq2slice/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 max-lines-per-function */
19+
/* eslint-disable max-lines-per-function, max-lines */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)