1. 程式人生 > >vscode 的vue專案配置

vscode 的vue專案配置

{

"eslint.enable": true,

"eslint.autoFixOnSave": true,

"eslint.run": "onType",

"eslint.options": {

"extensions": [".js",".vue"]

},

"eslint.validate": [

{ "language": "vue", "autoFix": true }

],

"prettier.tabWidth": 4,

"vetur.format.defaultFormatter.html": "js-beautify-html",

"editor.wordSeparators": "`

[email protected]#$%^&*()=+[{]}\\|;:'\",.<>/?",

 

}