mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-11 07:27:56 -05:00
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'header-max-length': [0, 'always', 100], // corresponding to maxHeaderWidth of commitizen
|
|
},
|
|
}
|