Skip to content

Commit 85fe739

Browse files
build: configuring commit lint
1 parent 49418c9 commit 85fe739

File tree

4 files changed

+1466
-0
lines changed

4 files changed

+1466
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
node_modules
2+
13
# Miscellaneous
24
*.class
35
*.log

commitlint.config.js

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

0 commit comments

Comments
 (0)