web/.commitlintrc.json
2022-10-15 21:23:21 +08:00

8 lines
81 B
JSON

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