posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

ale: enable stylelint for vue files #114

Closed doits closed 5 years ago

doits commented 6 years ago

Since stylelint has out of the box support for vue-files, it can be safely enabled. It seems there's no other way to enable it easily otherwise, I tried and failed (see https://github.com/w0rp/ale/issues/1712 for reference).

w0rp commented 6 years ago

I realised that the settings being there cause problems with how people configure their own linters, so I recommend just removing them entirely. The defaults can be changed in ALE itself.

adriaanzon commented 5 years ago

Closing, in favour of #124.