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
commitlint.config.js Normal file
View File

@@ -0,0 +1 @@
export default { extends: ['@commitlint/config-conventional'] };