Skip to content
Snippets Groups Projects
Unverified Commit d95f08da authored by Dafydd Jones's avatar Dafydd Jones Committed by Imran Iqbal
Browse files

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

parent 0f711d3e
Branches
No related tags found
No related merge requests found
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],
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment