mirror of
https://github.com/chainbase-labs/Agentkey.git
synced 2026-09-20 14:20:23 +08:00
8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"subject-case": [2, "never", ["upper-case", "pascal-case"]],
|
|
"header-max-length": [2, "always", 100]
|
|
}
|
|
}
|