Skip to content

Commit 09fb84b

Browse files
committed
remove unneeded issuePrefixes that claude added
1 parent 1b74fee commit 09fb84b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commitlint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55
headerPattern: /^(\w+)(?:\(([^)]*)\))?(!)?:\s(.+)$/,
66
breakingHeaderPattern: /^(\w+)(?:\(([^)]*)\))?(!)?:\s(.+)$/,
77
headerCorrespondence: ['type', 'scope', 'breaking', 'subject'],
8-
issuePrefixes: ['#'],
98
},
109
},
1110
}

0 commit comments

Comments
 (0)