Browse Source

chore(commitlint): add `{body,footer,header}-max(-line)-length` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/265
pull/28/head
Dafydd Jones 4 years ago
parent
commit
31e389e329
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      commitlint.config.js

+ 5
- 0
commitlint.config.js View File

module.exports = { module.exports = {
extends: ['@commitlint/config-conventional'], 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…
Cancel
Save