chore: add semantic-git-commit-cli config file
This commit is contained in:
11
web3.js/.sgcrc
Normal file
11
web3.js/.sgcrc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"scope": true,
|
||||||
|
"body": true,
|
||||||
|
"emoji": false,
|
||||||
|
"lowercaseTypes": true,
|
||||||
|
"rules": {
|
||||||
|
"maxChar": 72,
|
||||||
|
"minChar": 10,
|
||||||
|
"endWithDot": false
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user