These examples show common usages of how commitlint can be configured.
In your package.json
add:
commitlint: {
'rules': {
'references-empty': [2, 'never'],
},
parserPreset: {
parserOpts: {
issuePrefixes: ['PROJ-']
}
},
}