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 1ce5c17 commit 70b8f5eCopy full SHA for 70b8f5e
src/index.ts
@@ -1,6 +1,6 @@
1
import commitlintLoad from '@commitlint/load';
2
-import { PromptModule } from 'inquirer';
3
-import { Commit } from 'commitizen';
+import type { PromptModule } from 'inquirer';
+import type { Commit } from 'commitizen';
4
import { engine } from './engine';
5
6
export async function prompter(cz: { prompt: PromptModule }, commit: Commit): Promise<void> {
0 commit comments