Open
Description
Steps to Reproduce
import { RuleConfigSeverity, UserConfig } from '@commitlint/types';
const Configuration: UserConfig = {
rules: {
"type-enum": [
RuleConfigSeverity.Error,
"always",
[
// Changes related to the build process or build tools.
"build",
// Changes that introduce functional or behavioral modifications.
"change",
// Miscellaneous tasks or maintenance chores that don't affect functionality.
"chore",
]
}
export default Configuration;
Current Behavior
Expected Behavior
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
No response
Context
No response
commitlint --version
@commitlint/[email protected]
git --version
v2.46.0
node --version
v20.16.0