forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.4.0) CSS: csslint
LCD 47 edited this page Dec 13, 2014
·
1 revision
Maintainer: Ory Band [email protected]
CSSLint is a lint tool for Cascading Stylesheets. See the project's page for details.
Install it with:
npm install -g csslint
See the project's page for more details.
Specify additional options to csslint with g:syntastic_csslint_options
. E.g. to disable
warnings:
let g:syntastic_csslint_options = "--warnings=none"
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/