Initial commit

This commit is contained in:
Qingtian239113
2022-03-28 17:29:25 +08:00
commit 6afcaa96fe
83 changed files with 3901 additions and 0 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}