Skip to content

Support of style lint #1111

@sylvainar

Description

@sylvainar

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.

Activity

RehanSaeed

RehanSaeed commented on Aug 24, 2018

@RehanSaeed

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

tigerclaw-az commented on Sep 27, 2018

@tigerclaw-az

+1

NickDJM

NickDJM commented on Dec 10, 2019

@NickDJM

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @LinusBorg@RehanSaeed@tigerclaw-az@NickDJM@sylvainar

        Issue actions

          Support of style lint · Issue #1111 · vuejs/vue-cli