38 lines
779 B
JSON
38 lines
779 B
JSON
{
|
|
"cSpell.words": [
|
|
"AMAP",
|
|
"antv",
|
|
"colord",
|
|
"echarts",
|
|
"iconify",
|
|
"Sider",
|
|
"unocss",
|
|
"unplugin",
|
|
"vditor",
|
|
"vueuse",
|
|
"wangeditor",
|
|
"wechat",
|
|
"xgplayer"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.fontLigatures": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"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
|
|
}
|
|
}
|