Closed
Description
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
Labels
No labels