From: Cédric Exbrayat Date: Thu, 6 Jan 2022 14:40:32 +0000 (+0100) Subject: fix: eslint with prettier (#25) X-Git-Tag: v3.0.6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532c8827a96595a6ba22ff07f56df67263fb608a;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: eslint with prettier (#25) --- diff --git a/index.js b/index.js index 32e0a621..e4eabbfc 100755 --- a/index.js +++ b/index.js @@ -261,7 +261,7 @@ async function init() { } if (needsEslint) { - renderEslint(root, result) + renderEslint(root, { needsTypeScript, needsTests, needsPrettier }) } // Render code template.