1
0
Fork 0

chore: Added linting for conventional commits

This commit is contained in:
Joost De Cock 2019-10-05 15:11:06 +02:00
parent ea35650838
commit 5b5548077f
3 changed files with 315 additions and 101 deletions

1
commitlint.config.js Normal file
View file

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