ci: add commintlint pre-commit

This commit is contained in:
auricom
2021-04-23 00:19:07 +02:00
parent 8b3896fb69
commit 920c68cae5
3 changed files with 7 additions and 15 deletions

1
commitlint.config.js Normal file
View File

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