chore(projects): correct the word spell

This commit is contained in:
Soybean
2023-07-19 23:44:18 +08:00
parent 56c770c49d
commit 458e387b68
12 changed files with 45 additions and 30 deletions

21
.vscode/settings.json vendored
View File

@ -1,4 +1,19 @@
{
"cSpell.words": [
"AMAP",
"antv",
"colord",
"echarts",
"iconify",
"Sider",
"unocss",
"unplugin",
"vditor",
"vueuse",
"wangeditor",
"wechat",
"xgplayer"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
@ -8,15 +23,15 @@
"strings": true
},
"editor.tabSize": 2,
"eslint.validate": ["svelte", "astro", "json"],
"eslint.validate": ["json"],
"files.associations": {
"*.env.*": "dotenv",
"*.svg": "html"
},
"files.eol": "\n",
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"],
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"]
}
}