From 8294b5676534e2893b7d5292442c4b601bc2e968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Exbrayat?= Date: Mon, 5 Sep 2022 07:37:09 +0200 Subject: [PATCH] fix: remove console.log The ESLint config is currently logged out when a new project is generated. --- utils/renderEslint.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/renderEslint.ts b/utils/renderEslint.ts index 1f0daa6c0..a47743538 100644 --- a/utils/renderEslint.ts +++ b/utils/renderEslint.ts @@ -58,7 +58,6 @@ export default function renderEslint( // write to .eslintrc.cjs, .prettierrc.json, etc. for (const [fileName, content] of Object.entries(files)) { const fullPath = path.resolve(rootDir, fileName) - console.log(fullPath, content) fs.writeFileSync(fullPath, content as string, 'utf-8') } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy