This commit is contained in:
2022-02-10 13:08:07 +08:00
commit 474c937d22
14 changed files with 932 additions and 0 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
semi: true
tabWidth: 2
singleQuote: true
printWidth: 80
trailingComma: none