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

2
.husky/commit-msg Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

5
.husky/pre-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# yarn prettier:staged
yarn typecheck