Skip to content

Commit 6496b20

Browse files
committed
style: resolve linter warning
1 parent d663492 commit 6496b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompts/footer-maker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { QualifiedRules } from '@commitlint/types';
2-
import type { Question as InquirerQuestion, Transformer } from 'inquirer';
2+
import type { Question as InquirerQuestion } from 'inquirer';
33
import { valueFromRule, maxLengthTransformerFactory, pipeWith } from '../utils';
44
import type { Answers, Question } from '../commit-template';
55
import { validate, maxLengthValidator, minLengthValidator } from '../validators';

0 commit comments

Comments
 (0)