mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
chore(projects): correct the word spell
This commit is contained in:
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@ -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"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user