We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max-len
max-lines
1 parent f010b63 commit e669d26Copy full SHA for e669d26
index.js
@@ -409,6 +409,21 @@ module.exports = {
409
},
410
],
411
'max-depth': 'warn',
412
+ 'max-len': [
413
+ 'warn',
414
+ {
415
+ code: 200,
416
+ ignoreComments: true,
417
+ ignoreUrls: true,
418
+ },
419
+ ],
420
+ 'max-lines': [
421
422
423
+ max: 1500,
424
+ skipComments: true,
425
426
427
'max-nested-callbacks': [
428
'warn',
429
4,
0 commit comments