project initiate.

This commit is contained in:
Vixalie
2025-02-26 05:39:36 +08:00
commit 4f5420b658
81 changed files with 4816 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
}