* Automated using https://github.com/myii/ssf-formula/pull/265pull/58/head
parent
5e5cd64bbf
commit
1c407b8f16
@ -1,3 +1,8 @@ |
||||
module.exports = { |
||||
extends: ['@commitlint/config-conventional'], |
||||
rules: { |
||||
'body-max-line-length': [2, 'always', 120], |
||||
'footer-max-line-length': [2, 'always', 120], |
||||
'header-max-length': [2, 'always', 72], |
||||
}, |
||||
}; |
||||
|
Loading…
Reference in new issue