Disable max-lines in eslint
This commit is contained in:
parent
7f9d4888fd
commit
6433096611
@ -43,3 +43,4 @@ rules:
|
||||
multiline-comment-style: "off"
|
||||
no-bitwise: "off"
|
||||
no-ternary: "off"
|
||||
max-lines: "off"
|
||||
|
Loading…
Reference in New Issue
Block a user