Skip to content

Commit

Permalink
revert: "Update commitlint.config.js"
Browse files Browse the repository at this point in the history
This reverts commit 24a76ba.
  • Loading branch information
offirgolan committed Jun 8, 2018
1 parent 3868924 commit 65e6996
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ module.exports = {
extends: [
'@commitlint/config-lerna-scopes',
'@commitlint/config-conventional'
]
],
rules: {
'subject-case': [2, 'always', ['sentence-case']]
}
};

0 comments on commit 65e6996

Please sign in to comment.