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

CoffeeScript: coffeelint

Jess Telford edited this page Aug 6, 2013 · 8 revisions

Maintainer: Lincoln Stoll [email protected]

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