Skip to content

Commit b657a35

Browse files
committed
💚 fix-ci(commitlint.config.ts): swapped to new parser opts to use fix-ci and ci/cd types
added gitmoji-parser-opts with new regex to use all the types in gitmoji which have dashes and slashes in their type names
1 parent 688c128 commit b657a35

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Diff for: bun.lockb

409 Bytes
Binary file not shown.

Diff for: commitlint.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66

77
export default {
88
extends: ['gitmoji'],
9-
parserPreset: '@gitmoji/parser-opts',
9+
parserPreset: 'gitmoji-parser-opts',
1010
rules: {
1111
'body-leading-blank': [RuleConfigSeverity.Warning, 'always'] as const,
1212
// not setting any max-line-length since we are writing release-notes

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"eslint-plugin-prettier": "5.2.1",
192192
"eslint-plugin-security": "3.0.1",
193193
"five-server": "0.3.3",
194+
"gitmoji-parser-opts": "^1.0.0",
194195
"husky": "9.1.1",
195196
"jest": "29.7.0",
196197
"jest-snapshot": "29.7.0",

0 commit comments

Comments
 (0)