We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd0592 commit 4825a52Copy full SHA for 4825a52
@commitlint/types/src/prompt.ts
@@ -42,6 +42,7 @@ export type PromptMessages = {
42
emptyWarning?: string;
43
upperLimitWarning?: string;
44
lowerLimitWarning?: string;
45
+ [_key: string]: string | undefined;
46
};
47
48
export type UserPromptConfig = DeepPartial<PromptConfig>;
0 commit comments