Disable max-lines in eslint

This commit is contained in:
Jay Kamat 2017-12-15 21:30:08 -05:00
parent 7f9d4888fd
commit 6433096611
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -43,3 +43,4 @@ rules:
multiline-comment-style: "off"
no-bitwise: "off"
no-ternary: "off"
max-lines: "off"