mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
28 lines
545 B
JSON
28 lines
545 B
JSON
{
|
|
"cSpell.words": ["Element Plus", "element-plus"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"npm.packageManager": "pnpm",
|
|
"eslint.probe": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"html",
|
|
"vue",
|
|
"markdown"
|
|
],
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"html",
|
|
"vue",
|
|
"markdown"
|
|
],
|
|
"vite.devCommand": "pnpm run dev -- --"
|
|
}
|