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 d663492 commit 6496b20Copy full SHA for 6496b20
src/prompts/footer-maker.ts
@@ -1,5 +1,5 @@
1
import type { QualifiedRules } from '@commitlint/types';
2
-import type { Question as InquirerQuestion, Transformer } from 'inquirer';
+import type { Question as InquirerQuestion } from 'inquirer';
3
import { valueFromRule, maxLengthTransformerFactory, pipeWith } from '../utils';
4
import type { Answers, Question } from '../commit-template';
5
import { validate, maxLengthValidator, minLengthValidator } from '../validators';
0 commit comments