|
@ -17,7 +17,7 @@ rules: |
|
|
eqeqeq: 2 |
|
|
eqeqeq: 2 |
|
|
guard-for-in: 2 |
|
|
guard-for-in: 2 |
|
|
handle-callback-err: 2 |
|
|
handle-callback-err: 2 |
|
|
max-depth: [ 1, 4 ] |
|
|
max-depth: [ 1, 5 ] |
|
|
max-nested-callbacks: [ 1, 4 ] |
|
|
max-nested-callbacks: [ 1, 4 ] |
|
|
# string can exceed 80 chars, but should not overflow github website :) |
|
|
# string can exceed 80 chars, but should not overflow github website :) |
|
|
max-len: [ 2, 120, 1000 ] |
|
|
max-len: [ 2, 120, 1000 ] |
|
|