Skip to content

Commit a12cc4d

Browse files
committed
chore: update commitlint
1 parent 2967726 commit a12cc4d

File tree

3 files changed

+1462
-220
lines changed

3 files changed

+1462
-220
lines changed

commitlint.config.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
module.exports = {
2-
rules: {
3-
'body-tense': [0, 'never', 0],
4-
lang: 'eng',
5-
},
6-
extends: ['@commitlint/config-angular'],
2+
extends: ['@commitlint/config-conventional'],
73
};

0 commit comments

Comments
 (0)