glen-84 / vscode-sass-lint

Sass Lint for Visual Studio Code
16 stars 1 forks source link

Sass lint in *.vue files #15

Open arenasv86 opened 7 years ago

arenasv86 commented 7 years ago

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!

glen-84 commented 6 years ago

https://github.com/Microsoft/vscode/issues/1751