Skip to content

Commit a7192cd

Browse files
committedSep 19, 2022
build: add missing commitlint file
1 parent 6bb04f4 commit a7192cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎commitlint.config.cjs

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
// To have appropriate formatting when viewed in source control UI
5+
'body-max-line-length': [1, 'always', 72],
6+
'scope-enum': [2, 'always', ['deps', 'deps-dev']]
7+
}
8+
}

0 commit comments

Comments
 (0)