Steps to Reproduce
use typescript with the following config
let config: UserConfig = {
extends: [],
parserPreset: {
name: 'conventional-changelog-conventionalcommits',
presetConfig: {
types: [
{ type: 'feat', section: 'Features' },
{ type: 'fix', section: 'Bug Fixes' },
{ type: 'docs', section: 'Documentation', hidden: false },
{ type: 'chore', hidden: true },
],
},
},
formatter: '@commitlint/format',
rules: rules,
ignores: [],
defaultIgnores: true,
}
Current Behavior
type error.
Expected Behavior
to be typed or update documentation if the name changed
Affected packages
Possible Solution
No response
Context
when using typescipt config
commitlint --version
@commitlint/cli@20.5.3
git --version
git version 2.54.0
node --version
v22.22.2
Steps to Reproduce
Current Behavior
type error.
Expected Behavior
to be typed or update documentation if the name changed
Affected packages
Possible Solution
No response
Context
when using typescipt config
commitlint --version
@commitlint/cli@20.5.3
git --version
git version 2.54.0
node --version
v22.22.2