eslint保存自动格式化

 

 

 

 

{
"eslint.enable": true,
"eslint.run": "onType",
"eslint.options": {
"extensions": [
".js",
".vue",
".jsx",
".tsx"
]
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

 

在setting.json中加入这句话

posted @ 2022-01-29 18:11  我没有昵称吖  阅读(207)  评论(0)    收藏  举报