2021-09-19 19:34:25 +08:00
|
|
|
{
|
|
|
|
"cSpell.words": ["Element Plus", "element-plus"],
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2022-03-08 14:03:32 +08:00
|
|
|
"editor.formatOnSave": true,
|
2021-09-26 01:29:07 +08:00
|
|
|
"npm.packageManager": "pnpm",
|
2021-09-23 14:16:37 +08:00
|
|
|
"eslint.probe": [
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"html",
|
2022-03-08 14:03:32 +08:00
|
|
|
"vue",
|
|
|
|
"markdown"
|
2021-09-23 14:16:37 +08:00
|
|
|
],
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"html",
|
2022-03-08 14:03:32 +08:00
|
|
|
"vue",
|
|
|
|
"markdown"
|
2021-11-02 23:41:43 +08:00
|
|
|
],
|
2021-11-03 15:45:41 +08:00
|
|
|
"vite.devCommand": "pnpm run dev -- --",
|
|
|
|
"i18n-ally.localesPaths": "packages/locale/lang",
|
|
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
|
|
"i18n-ally.enabledFrameworks": ["vue", "vue-sfc"],
|
2022-03-05 23:09:31 +08:00
|
|
|
"i18n-ally.keystyle": "nested",
|
|
|
|
"iconify.includes": ["ep"]
|
2021-09-19 19:34:25 +08:00
|
|
|
}
|