This commit is contained in:
2022-04-28 10:17:01 +08:00
commit 691b3da557
23 changed files with 1254 additions and 0 deletions

8
.prettierrc Normal file
View File

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