Skip to content

Commit

Permalink
fix(types): prompt messages key
Browse files Browse the repository at this point in the history
  • Loading branch information
songhn233 authored and AdeAttwood committed Aug 12, 2021
1 parent 0bd0592 commit 4825a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/types/src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type PromptMessages = {
emptyWarning?: string;
upperLimitWarning?: string;
lowerLimitWarning?: string;
[_key: string]: string | undefined;
};

export type UserPromptConfig = DeepPartial<PromptConfig>;
Expand Down

0 comments on commit 4825a52

Please sign in to comment.