konnos
Dashboard
flndrn
Briven
.commitlintrc.json
.commitlintrc.json
9 lines ·
main
1
{
2
"extends": ["@commitlint/config-conventional"],
3
"rules": {
4
"subject-case": [0],
5
"body-max-line-length": [0],
6
"footer-max-line-length": [0],
7
"header-max-length": [2, "always", 100]
8
}
9
}