We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671cb3d commit 4a6d756Copy full SHA for 4a6d756
1 file changed
lib/node_modules/@stdlib/slice/ctor/test/test.js
@@ -16,6 +16,8 @@
16
* limitations under the License.
17
*/
18
19
+/* eslint-disable max-statements, max-lines, max-lines-per-function */
20
+
21
'use strict';
22
23
// MODULES //
0 commit comments