chore(git): install husky and commitlint

This commit is contained in:
2026-01-09 16:14:54 +01:00
parent 81737767ee
commit 64ca235045
5 changed files with 574 additions and 39 deletions

1
.husky/commit-msg Normal file
View File

@@ -0,0 +1 @@
pnpm exec commitlint --edit "$1"

2
.husky/pre-commit Normal file
View File

@@ -0,0 +1,2 @@
pnpm run lint
pnpm run check