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 f1ba279 commit f80eb0fCopy full SHA for f80eb0f
src/engine.ts
@@ -7,7 +7,8 @@ import { footerMaker } from './prompts/footer-maker';
7
import { bodyMaker } from './prompts/body-maker';
8
import { scopeMaker } from './prompts/scope-maker';
9
import { subjectMaker } from './prompts/subject-maker';
10
-import { Question, commitTemplate } from './commit-template';
+import type { Question } from './commit-template';
11
+import { commitTemplate } from './commit-template';
12
13
function buildQuestions(rules: QualifiedRules) {
14
const combinedQuestions = pipeWith<Question[]>(
0 commit comments