chore: introduce commit message lint

This commit is contained in:
harttle
2019-11-14 21:01:55 +08:00
parent 9504e4e45b
commit 08cbb12228
4 changed files with 628 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};