Skip to content

Commit

Permalink
chore: tidy commit lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Sep 4, 2017
1 parent 2af6391 commit 205ba1b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module.exports = {extends: ['@commitlint/config-angular']}
module.exports = {
rules: {
'body-tense': [0, 'never', 0],
lang: 'eng',
},
extends: ['@commitlint/config-angular'],
};

0 comments on commit 205ba1b

Please sign in to comment.