Skip to content

Commit a3d685e

Browse files
committed
chore: add commitlint
1 parent d91106b commit a3d685e

File tree

3 files changed

+1029
-9
lines changed

3 files changed

+1029
-9
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)