web/.commitlintrc.json

9 lines
81 B
JSON

{
"rules": {
"body-max-line-length": [
0,
"always"
]
}
}