Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.7.0) CoffeeScript: coffeelint

LCD 47 edited this page Oct 6, 2015 · 1 revision

Maintainer: Lincoln Stoll l@lds.li

Checker options

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"

Note

You must preserve the --csv option otherwise syntastic cannot read coffeelint's output format.

Clone this wiki locally