Skip to content

Instantly share code, notes, and snippets.

View About7Sharks's full-sized avatar
🦄

Zachary Carlin About7Sharks

🦄
View GitHub Profile
module.exports = {
// eslint-disable-next-line max-len
helpUrl: 'https://github.com/conventional-changelog/commitlint/blob/master/docs/reference-rules.md',
ignores: [
message => message.includes('WIP')
],
rules: {
'header-full-stop': [2, 'always', '.'],
'header-max-length': [1, 'always', 80],
'header-case': [2, 'always', 'sentence-case'],