chore(deps): upgrade eslint, prettier & related packages

This commit is contained in:
Mrugesh Mohapatra
2021-03-11 00:31:46 +05:30
committed by Mrugesh Mohapatra
parent 0a53a1d7f0
commit 6c91f81b0e
94 changed files with 1462 additions and 1411 deletions

View File

@@ -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}`
);