mirror of
https://github.com/kailong321200875/vue-element-plus-admin.git
synced 2025-02-23 11:19:10 +08:00
build(vite-plugin-vue-setup-extend): Delete vite-plugin-vue-setup-extend build(unplugin-auto-import): Delete unplugin-auto-import build(unplugin-vue-components): Delete unplugin-vue-components build(vite-plugin-style-import): Add vite-plugin-style-import
19 lines
529 B
JSON
19 lines
529 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"prettier.enable": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "johnsoncodehk.volar"
|
|
},
|
|
"i18n-ally.localesPaths": ["src/locales"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
"i18n-ally.sourceLanguage": "en",
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
|
"i18n-ally.enabledFrameworks": ["vue", "react"]
|
|
}
|