chore: add commitlint (#2803)

This commit is contained in:
Erez Rokah
2019-10-27 09:32:34 +02:00
committed by GitHub
parent 96e99f239a
commit 38cbe6e9bb
3 changed files with 381 additions and 20 deletions

1
commitlint.config.js Normal file
View File

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