github开源项目art-design-pro测试

This commit is contained in:
2025-06-30 12:12:31 +08:00
parent a94d5d1b1c
commit 3ab0765b71
371 changed files with 89725 additions and 1 deletions

20
.prettierrc Normal file
View File

@ -0,0 +1,20 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"trailingComma": "none",
"bracketSameLine": false,
"jsxSingleQuote": false,
"arrowParens": "always",
"insertPragma": false,
"requirePragma": false,
"proseWrap": "never",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "auto",
"rangeStart": 0
}