chore(ci): added commitlint in runnable npm command

This commit is contained in:
Corentin Thomasset 2021-05-21 23:20:04 +02:00
parent f7378dc042
commit 0e9c53bd72
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 843 additions and 9 deletions

3
commitlint.config.js Normal file
View file

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