Initial commit

This commit is contained in:
Jinho Jang
2024-03-12 03:11:16 +09:00
committed by GitHub
commit 2b10d5086b
18 changed files with 15501 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}