module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'body-leading-blank': [0], 'body-max-line-length': [0], 'footer-max-line-length': [0], 'header-max-length': [0], 'subject-case': [0], 'subject-full-stop': [0], }, };