We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7e2d2 commit a458999Copy full SHA for a458999
.commitlintrc.ts
@@ -1,7 +1,9 @@
1
+// Default Config See https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional
2
const { rules } = require('@commitlint/config-conventional')
3
4
// See https://github.com/vuejs/core/blob/main/scripts/verifyCommit.js
5
rules['type-enum'][2].push('wip', 'types', 'release', 'workflow', 'dx')
6
+rules['header-max-length'][2] = 150
7
8
module.exports = {
9
extends: ['@commitlint/config-conventional'],
0 commit comments