-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
Description
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.
vesper8, cj, bdreesen, krienow, strange-fish and 58 moreBerkmann18, RehanSaeed, steebchen, h0adp0re, Manyaka and 2 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
ChristianStornowski commentedon May 28, 2018
I installed https://www.npmjs.com/package/@mapbox/stylelint-processor-arbitrary-tags. :-)
RehanSaeed commentedon Aug 24, 2018
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.
tigerclaw-az commentedon Sep 27, 2018
+1
NickDJM commentedon Dec 10, 2019
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.