Files
soybean-admin-element-plus/.vscode/settings.json
一寸灰 6ec48cbddc feat(projects): sync add alova examples (#8)
* feat(projects):  sync add alova examples

* fix(projects): 🐛 NSpace to ElSpace
2024-12-03 22:24:31 +08:00

61 lines
1.2 KiB
JSON

{
"cSpell.words": [
"Antd",
"antv",
"clsx",
"colord",
"consola",
"EDITMSG",
"espree",
"execa",
"heroicons",
"hexcode",
"iconify",
"INDEXEDDB",
"jiti",
"kolorist",
"Laba",
"localforage",
"LOCALSTORAGE",
"nocheck",
"nprogress",
"ofetch",
"preflights",
"sider",
"tada",
"Uncapitalize",
"unocss",
"unplugin",
"VITE",
"vitepress",
"vueuse",
"WEBSQL",
"wechat"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.quickSuggestions": {
"strings": true
},
"editor.tabSize": 2,
"files.associations": {
"*.env.*": "dotenv",
"*.svg": "html"
},
"files.eol": "\n",
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.editor.preferEditor": true,
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/lang"],
"unocss.root": ["./"],
"[html][css][less][scss][sass][markdown][yaml][yml][json][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
}