fea(githooks): hit pre-commit and commit-msg hooks

This commit is contained in:
2024-11-03 18:38:28 +01:00
parent a474783a02
commit 3cc9799bdc
6 changed files with 765 additions and 11 deletions

5
.commitlintrc.json Normal file
View File

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