Skip to content

Commit 4825a52

Browse files
songhn233AdeAttwood
authored andcommitted
fix(types): prompt messages key
1 parent 0bd0592 commit 4825a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

@commitlint/types/src/prompt.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export type PromptMessages = {
4242
emptyWarning?: string;
4343
upperLimitWarning?: string;
4444
lowerLimitWarning?: string;
45+
[_key: string]: string | undefined;
4546
};
4647

4748
export type UserPromptConfig = DeepPartial<PromptConfig>;

0 commit comments

Comments
 (0)