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
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']
}