build(init):初始化构建项目。

This commit is contained in:
Vixalie
2025-07-21 21:55:59 +08:00
commit 7d94577ed2
44 changed files with 3990 additions and 0 deletions

12
.prettierrc Normal file
View File

@@ -0,0 +1,12 @@
{
"bracketSpacing": true,
"bracketSameLine": true,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 100
}