Skip to content

Commit 9a34e84

Browse files
committed
chore: add commitlint
1 parent 964b17f commit 9a34e84

File tree

3 files changed

+957
-0
lines changed

3 files changed

+957
-0
lines changed

commitlint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
ignores: [message => message.startsWith('chore(release):')]
4+
};

0 commit comments

Comments
 (0)