您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 

19 行
580 B

{
"editor.insertSpaces": true,
"eslint.packageManager": "yarn",
"files.associations": {
".eslintrc.json": "jsonc"
},
"files.trimTrailingWhitespace": true,
"npm.packageManager": "yarn",
"postcssSorting.config": {
"order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"],
"properties-order": "alphabetical",
"unspecified-properties-position": "bottom"
},
"prettier.requireConfig": true,
"prettier.eslintIntegration": true,
"search.exclude": {
"**/dist": true
}
}