Find max_line_length
in your coffeelint.json
file:
"max_line_length": { "value": 150, "level": "error", "limitComments": true }
Use this instead:
"max_line_length": { "level": "ignore" }
Find max_line_length
in your coffeelint.json
file:
"max_line_length": { "value": 150, "level": "error", "limitComments": true }
Use this instead:
"max_line_length": { "level": "ignore" }