Command line tool to lint Sass styles in Vue single file components. It uses sass-lint under the hood.
$ npm install sass-lint-vue
$ sass-lint-vue [options] <file ...>
-h, --help
: output usage information-V, --version
: output the version number
The following example scans the assets
directory for .vue
files and outputs lint errors in <style>
tags with the attribute lang="scss"
set.
$ sass-lint-vue assets