Skip to content

Commit b13ab13

Browse files
authored
ci: commit lint line length for dependabot (#105)
1 parent 313ff5b commit b13ab13

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed

commitlint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
rules: {
4+
'body-max-line-length': [0, 'always', Infinity], // disable commit body length restriction
5+
},
6+
}

package-lock.json

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"npm": ">=6.0.0"
5454
},
5555
"devDependencies": {
56+
"@commitlint/config-conventional": "^16.0.0",
5657
"docusaurus-plugin-typedoc": "^0.15.0",
5758
"typedoc": "^0.21.2",
5859
"typedoc-plugin-markdown": "^3.10.2",

0 commit comments

Comments
 (0)