VS Code + vue eslint + save and auto format code

preview_player
Показать описание
vs code version 1.52
Learn how to have your code automatically formatted to save.
require to install vetur + prettier + eslint

Рекомендации по теме
Комментарии
Автор

would you pelase tell us more about the folder structure, what to write and where to write

dfordemo
Автор

settings.json
{
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"editor.mouseWheelZoom": false,
"editor.wordWrap": "on",
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"dart.flutterSdkPath": "/Users/macbeans/flutter",
false,
"dart.debugSdkLibraries": false,
[],
"js-beautify-html",
{
"js-beautify-html": {
"wrap_attributes": "auto"
}
},
"none",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"vscode-typescript",
}

blackmaxcc
visit shbcf.ru