mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 00:12:43 +08:00
fix: 保持预设配置和文档一致,不用再手动设置
https://doc.iocoder.cn/vue3/format/#_1-%E5%A6%82%E4%BD%95%E5%BC%80%E5%90%AF
This commit is contained in:
parent
2a936ecf48
commit
841083b11c
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -86,8 +86,9 @@
|
|||||||
"source.fixAll.eslint": "explicit",
|
"source.fixAll.eslint": "explicit",
|
||||||
"source.fixAll.stylelint": "explicit"
|
"source.fixAll.stylelint": "explicit"
|
||||||
},
|
},
|
||||||
|
"editor.formatOnSave": true,
|
||||||
"[vue]": {
|
"[vue]": {
|
||||||
"editor.defaultFormatter": "Vue.volar"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
"i18n-ally.localesPaths": ["src/locales"],
|
"i18n-ally.localesPaths": ["src/locales"],
|
||||||
"i18n-ally.keystyle": "nested",
|
"i18n-ally.keystyle": "nested",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user