Skip to content

Commit f7e3daa

Browse files
ci: setup commitlint
1 parent 19e0e89 commit f7e3daa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commitlint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
extends: [
3+
'@commitlint/config-conventional',
4+
],
5+
}

0 commit comments

Comments
 (0)