CSS Standard Style.
Yes.
I mean this is a stylelint wrapper with standard configuration built-in. No need to create .stylelintrc
, no need for any customization, it just works!.
Install syntastic
and add this lines to .vimrc
:
let g:syntastic_css_checkers = ['stylelint']
let g:syntastic_css_stylelint_exec = 'css-standard'