From 532c8827a96595a6ba22ff07f56df67263fb608a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Exbrayat?= Date: Thu, 6 Jan 2022 15:40:32 +0100 Subject: [PATCH] fix: eslint with prettier (#25) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5