Skip to content

Commit 0906bc7

Browse files
authored
chore: disable max length
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 9f3788c commit 0906bc7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dgbmv/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgbmv/lib/base.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-params */
19+
/* eslint-disable max-len, max-params */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)