Open sylvainar opened 6 years ago
There is a plugin available for stylelint called @ascendancyy/vue-cli-plugin-stylelint that seems to be unmaintained. I wholeheartedly agree that this should be built in.
+1
Just wanted to bring a little more life to this issue.
It does look like the plugin that @RehanSaeed mentioned is indeed unmaintained (or at least very sporadically maintained) and doesn't seem to be compatible with the latest stylelint.
Having this build in to cli would be super cool.
What problem does this feature solve?
Out of the box lint for CSS / SASS / LESS files in Vue single-file component
What does the proposed API look like?
Currently, the vue cli proposes a linter for JS files but not for styles. It could be great to provides that kind of tooling out of the box, without ejecting the webpack config.