We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad859a commit 76c9d1aCopy full SHA for 76c9d1a
@commitlint/prompt/src/inquirer/inquirer.d.ts
@@ -6,8 +6,9 @@ declare module "inquirer" {
6
description?: string;
7
}
8
9
- export interface InputCustomOptions<T extends Answers = Answers>
10
- extends InputQuestionOptions<T> {
+ export interface InputCustomOptions<
+ T extends Answers = Answers,
11
+ > extends InputQuestionOptions<T> {
12
/**
13
* @inheritdoc
14
*/
0 commit comments