chore: add commitlinting and husky hook

This commit is contained in:
Jasper Vaneessen
2022-05-02 11:51:15 +02:00
committed by Joachim Van Herwegen
parent 1af0f77977
commit c354f88f49
3 changed files with 1200 additions and 6 deletions

1
commitlint.config.js Normal file
View File

@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };