feat: added config for commitlint

This commit is contained in:
Bart van der Braak 2023-06-14 02:01:08 +02:00
parent 642e42ea93
commit 285f2d6510

3
.commitlintrc.json Normal file
View file

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