mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
6 lines
No EOL
117 B
JSON
6 lines
No EOL
117 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"body-max-line-length": [2, "always", 200]
|
|
}
|
|
} |