diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 779befb..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule ".husky"] - path = .husky - url = https://github.com/archoleat/.husky.git diff --git a/.husky b/.husky deleted file mode 160000 index e405f5d..0000000 --- a/.husky +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e405f5d42804acb0ff02382c258344611cb64fac diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 0000000..6f7c682 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1 @@ +pnpm --no-install commitlint --edit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..cb2c84d --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1 @@ +pnpm lint-staged