SyntaxFix
Write A Post
Hire A Developer
Questions
I am using git+vscode+windows+vue, and after read the eslint document: https://eslint.org/docs/rules/linebreak-style
Finally fix it by:
add *.js text eol=lf to .gitattributes
*.js text eol=lf
.gitattributes
then run vue-cli-service lint --fix
vue-cli-service lint --fix