Skip to content

Commit

Permalink
chore: update commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 6, 2021
1 parent 2967726 commit a12cc4d
Show file tree
Hide file tree
Showing 3 changed files with 1,462 additions and 220 deletions.
6 changes: 1 addition & 5 deletions commitlint.config.js
@@ -1,7 +1,3 @@
module.exports = {
rules: {
'body-tense': [0, 'never', 0],
lang: 'eng',
},
extends: ['@commitlint/config-angular'],
extends: ['@commitlint/config-conventional'],
};

0 comments on commit a12cc4d

Please sign in to comment.