CoffeeScript: coffeelint - novaez/syntastic GitHub Wiki
Maintainer: Lincoln Stoll [email protected]
Specify additional options to coffeelint with g:syntastic_coffee_coffeelint_args. E.g. to specify a config file:
let g:syntastic_coffee_coffeelint_args = "--csv --file config.json"You must preserve the --csv option otherwise syntastic cannot read coffeelint's output format.