module.exports = {
  extends: ['@commitlint/config-conventional'],
  rules: {
    'type-enum': [2, 'always', [{{{ join (quote (pluck changelogTypes "type")) }}}]],
    'header-max-length': [2, 'always', 80],
    'subject-case': [0],
    'body-max-line-length': [0],
    'footer-max-line-length': [0],
  },
}
