chore(git): install husky and commitlint
All checks were successful
Portfolio/pipeline/head This commit looks good

This commit is contained in:
2026-01-09 16:14:54 +01:00
parent 41b4d3f03b
commit 3c71a4dd9d
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'] };