chore: add git hooks

This commit is contained in:
Samuel 2024-12-18 17:58:01 +01:00
parent 3d49a25cae
commit 4495210f71
7 changed files with 951 additions and 12 deletions

1
commitlint.config.js Normal file
View file

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