You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have vetur installed.
I'm creating a project with vue-cli.
When creating the project I chose to use typescript and class style components. I have concluded that vue-cli uses the tslint.json-file when I serve my app (npm run serve). But vetur's auto formatting introduces changes/rules that differ from what I've specified in the tslint.json.
Question: How can I make sure that the autoformatting won't conflict with the linting from vue-cli?
Reproducible Case
Install vue-cli
Install vetur
create a project
autoformat a .vue-file
save
serve project with vue-cli (npm run vue-cli)
see how vue-cli outputs a lot of linting warnings.
The text was updated successfully, but these errors were encountered:
Info
Problem
I have vetur installed.
I'm creating a project with vue-cli.
When creating the project I chose to use typescript and class style components. I have concluded that vue-cli uses the tslint.json-file when I serve my app (
npm run serve
). But vetur's auto formatting introduces changes/rules that differ from what I've specified in the tslint.json.Question: How can I make sure that the autoformatting won't conflict with the linting from vue-cli?
Reproducible Case
Install vue-cli
Install vetur
create a project
autoformat a .vue-file
save
serve project with vue-cli (
npm run vue-cli
)see how vue-cli outputs a lot of linting warnings.
The text was updated successfully, but these errors were encountered: