eslint + vuter + prettier
自动格式化代码配置;{
"window.zoomLevel": -1, // 窗口大小比例
"editor.tabSize": 2,
"editor.detectIndentation": false,
"emmet.triggerExpansionOnTab": true,
"update.channel": "none",
"editor.formatOnSave": true, // eslint保存格式化
"javascript.format.enable": false, // 不启动JavaScript格式化
"prettier.eslintIntegration": true,
"javascript.updateImportsOnFileMove.enabled": "never",
"background.customImages": [],
"winopacity.opacity": 50,
"background.style": {
"opacity": 0
},
// "winopacity.opacity": 1,
"eslint.codeAction.disableRuleComment": {},
"editor.codeActionsOnSave": null,
"diffEditor.ignoreTrimWhitespace": false,
"files.associations": {
"*.tsx": "typescriptreact"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
} // 让prettier遵循eslint格式美化,
}
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有