Skip to content

Commit

Permalink
fix(config-conventional): add missing applicable attribute to type-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy authored and marionebl committed Nov 24, 2017
1 parent 0e10fe1 commit a8db0b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/config-conventional/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
'type-empty': [2, 'never'],
'type-enum': [
2,
'always',
[
'build',
'chore',
Expand Down

0 comments on commit a8db0b1

Please sign in to comment.