Skip to content

Commit 6695767

Browse files
fmalcherJohannesHoppe
authored andcommitted
chore: add commitlint and husky for commit message validation
1 parent 2a83bf3 commit 6695767

File tree

3 files changed

+1112
-31
lines changed

3 files changed

+1112
-31
lines changed

src/commitlint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional']
3+
};

0 commit comments

Comments
 (0)