vscode 的vue项目配置

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weixin_38704338/article/details/81669139

{

"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": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?",

}

猜你喜欢

转载自blog.csdn.net/weixin_38704338/article/details/81669139
今日推荐