mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
34 lines
699 B
JSON
34 lines
699 B
JSON
{
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 4,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"css.validate": false,
|
|
"less.validate": false,
|
|
"scss.validate": false,
|
|
"cSpell.words": [
|
|
"brotli",
|
|
"btns",
|
|
"daterange",
|
|
"datetimerange",
|
|
"dbclick",
|
|
"echarts",
|
|
"execa",
|
|
"highlightjs",
|
|
"iconfont",
|
|
"logicflow",
|
|
"nprogress",
|
|
"pinia",
|
|
"preinstall",
|
|
"rushstack",
|
|
"tailwindcss",
|
|
"unplugin",
|
|
"vform",
|
|
"vuedraggable",
|
|
"vueuse",
|
|
"wangeditor"
|
|
]
|
|
}
|