Skip to content

Allow specifying files to lint during vue-cli-service serve #4556

Closed
@ChristophWalter

Description

@ChristophWalter

What problem does this feature solve?

vue-cli-service lint accepts target files or folders to lint, but vue-cli-service serve will only lint the default ones (src and tests) during development

What does the proposed API look like?

vue-cli-service serve --lint src tests mocks

or in vue.config.js

lintOnSave: "warning"
lintFiles: "src tests mocks"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions