Closed oprudkyi closed 4 years ago
This isn't really needed, you can run stylelint
against any file with :SyntasticCheck css/stylelint
. Syntastic currently doesn't have any vue
-specific checkers, and there's no point pretending stylelint
can play that role. Sorry, but no.
On a side note, syntastic is essentially dead. You might want to take a look at ALE instead.
Hi @lcd047
vue file is a bundle of html/js/css/scss https://vuejs.org/v2/guide/single-file-components.html and having stylelint as one of checkers is essential for me. but ok, understood. anyway thank you for useful plugin
Please see :h 'syntastic_filetype_map'
.
yes, I have tried it, but without success
\ 'vue': '-f json',
in syntax_checkers/css/stylelint.vim
I see. Ok, merged with this patch on top: 83837a6e.
add ability to use stylelint to check *.vue files