chore: add semantic-git-commit-cli config file

This commit is contained in:
Michael Vines 2018-09-28 22:00:15 -07:00
parent b025dd82dc
commit 0cc621887b
1 changed files with 11 additions and 0 deletions

11
web3.js/.sgcrc Normal file
View File

@ -0,0 +1,11 @@
{
"scope": true,
"body": true,
"emoji": false,
"lowercaseTypes": true,
"rules": {
"maxChar": 72,
"minChar": 10,
"endWithDot": false
}
}