Downgrade coffeelint line lengths to a "warning"

This commit is contained in:
Arlo Breault 2017-10-18 11:39:17 -04:00
parent da8b37e866
commit 99604ff15a

View file

@ -46,7 +46,7 @@
},
"max_line_length": {
"value": 80,
"level": "error",
"level": "warn",
"limitComments": true
},
"missing_fat_arrows": {