Skip to content

Commit 8d929a8

Browse files
feat(project): configure commitlint
1 parent 9816d1d commit 8d929a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

commitlint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const Configuration = {
2+
extends: ['@commitlint/config-angular'],
3+
rules: {
4+
'header-max-length': [0, 'always', 72],
5+
},
6+
}
7+
8+
module.exports = Configuration

0 commit comments

Comments
 (0)