You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/cli.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,6 @@ internals.options = function () {
431
431
'lint-fix': false,
432
432
'lint-errors-threshold': 0,
433
433
'lint-warnings-threshold': 0,
434
-
'max-diff-length': 20*1024,// 20K should be more than most people want logged to their console. The diff algorithm becomes very slow for larger strings.
435
434
paths: ['test'],
436
435
reporter: 'console',
437
436
retries: 5,
@@ -469,8 +468,8 @@ internals.options = function () {
0 commit comments