This commit is contained in:
Ivan Li
2021-04-24 14:47:45 +08:00
parent 7b715e807f
commit fba867e0b5
24 changed files with 627 additions and 393 deletions

4
.prettierrc Normal file
View File

@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}