projects use eslint to standardize js code. You can install plug-ins in vscode , and directly configure "eslint.autoFixOnSave": true in usersetting.json . In this way, saving can automatically format js code
but here comes the problem: template and style < / code in .vue files.
