feat: init

This commit is contained in:
2023-10-01 00:14:36 +08:00
commit 972da85a63
17 changed files with 213 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" }
}
]
}