Skip to content

Commit

Permalink
chore: use default rules
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Feb 2, 2021
1 parent 4ad8ce0 commit ca97679
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
'use strict';

module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-leading-blank': [1, 'always'],
'footer-leading-blank': [1, 'always'],
'header-max-length': [2, 'always', 80],
'scope-case': [2, 'always', 'lowerCase'],
'scope-empty': [0, 'never'],
'subject-case': [2, 'never', ['sentence-case', 'start-case', 'pascal-case', 'upper-case']],
'subject-empty': [0, 'never'],
'subject-full-stop': [2, 'never', '.'],
'type-case': [2, 'always', 'lowerCase'],
'scope-enum': [0, 'never'],
'type-empty': [2, 'never'],
'type-enum': [2, 'always', ['ast', 'break', 'chore', 'cli', 'docs', 'feat', 'fix', 'misc', 'tests', 'refactor']],
},
};

0 comments on commit ca97679

Please sign in to comment.