chore(deps): upgrade eslint, prettier & related packages
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0a53a1d7f0
commit
6c91f81b0e
@@ -58,9 +58,11 @@ function createQuestionEpic(action$, state$, { window }) {
|
||||
? `**Your project link(s)**\n`
|
||||
: `**Your code so far**`
|
||||
}
|
||||
${projectFormValues
|
||||
?.map(([key, val]) => `${key}: ${val}\n`)
|
||||
?.join('') || filesToMarkdown(files)}
|
||||
${
|
||||
projectFormValues
|
||||
?.map(([key, val]) => `${key}: ${val}\n`)
|
||||
?.join('') || filesToMarkdown(files)
|
||||
}
|
||||
|
||||
${endingText}`
|
||||
);
|
||||
|
Reference in New Issue
Block a user