chore: add commit hooks

This commit is contained in:
Miralem Drek
2019-01-30 15:57:50 +01:00
parent 11b8aca2b6
commit 67df9d5362
3 changed files with 648 additions and 19 deletions

3
.commitlintrc.js Normal file
View File

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