Skip to content

Commit 5586501

Browse files
perf: setup commitlint and release-it
1 parent e2b212d commit 5586501

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.commitlintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

commitlint.config.ts

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-conventional'],
3+
rules: {
4+
'body-case': [2, 'always', ['lower-case']],
5+
},
6+
};
7+
8+
module.exports = Configuration;

0 commit comments

Comments
 (0)