mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
27 lines
502 B
JSON
27 lines
502 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"
|
|
]
|
|
}
|