vscode格式化最后面个逗号
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode格式化最后面个逗号相关的知识,希望对你有一定的参考价值。
参考技术A vscode保存后,格式化最后面个逗号解决方案
1,文件
2文件首选项 首选项下的设置
3设置中搜索eslint
4修改settings.json
清空换为
"editor.quickSuggestions":
"strings": true
,
"vetur.format.defaultFormatter.js": "prettier-eslint",
"[javascriptreact]":
"editor.defaultFormatter": "vscode.typescript-language-features"
,
"eslint.runtime": ""
以上是关于vscode格式化最后面个逗号的主要内容,如果未能解决你的问题,请参考以下文章