feat: init project

This commit is contained in:
秋水浮尘
2023-10-06 22:43:22 +08:00
parent 95ce141489
commit 05284248dd
25 changed files with 4120 additions and 2 deletions

4
.husky/commit-msg Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install commitlint --edit "$1"

4
.husky/pre-commit Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run pre-check