feat: first commit

This commit is contained in:
Yuwnei Xiao
2023-08-23 12:10:29 +08:00
parent 4ae85fdb0f
commit cb2cead693
23 changed files with 2523 additions and 2 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"printWidth": 80
}