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 0eb714a commit abb462dCopy full SHA for abb462d
.commitlintrc.ts
@@ -3,7 +3,8 @@ 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
+rules['header-max-length'][2] = 200
7
+rules['subject-case'][0] = 0
8
9
module.exports = {
10
extends: ['@commitlint/config-conventional'],
0 commit comments