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 3dea537 commit e789581Copy full SHA for e789581
src/index.ts
@@ -1,5 +1,5 @@
1
import commitlintLoad from '@commitlint/load';
2
-import { PromptModule, prompt } from 'inquirer';
+import { PromptModule } from 'inquirer';
3
import { Commit } from 'commitizen';
4
import { engine } from './engine';
5
@@ -11,6 +11,7 @@ export async function prompter(cz: { prompt: PromptModule }, commit: Commit) {
11
/**
12
* Hacking
13
*
14
- * Uncomment the following line for simplified local development without commitizen.
+ * Uncomment the following lines for simplified local development without commitizen.
15
*/
16
+// import { prompt } from 'inquirer';
17
// prompter({ prompt }, value => console.log(value));
0 commit comments