This commit is contained in:
2026-04-09 18:57:44 +08:00
commit 89384d3545
79 changed files with 10181 additions and 0 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 80
}