Hi!
I'm triying to set up sass lint in .vue files. In atom i've installed a plugin for that, and in the top of my .sass-lint.yml file, i've added the following lines:
include:
- '**/*.s+(a|c)ss'
- '**/*.vue'
There is any chance to get working sass lint on .vue files??
Thank you very much! And congrats for the plugin!
Hi!
I'm triying to set up sass lint in .vue files. In atom i've installed a plugin for that, and in the top of my .sass-lint.yml file, i've added the following lines:
There is any chance to get working sass lint on .vue files??
Thank you very much! And congrats for the plugin!