We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904fa48 commit 653f265Copy full SHA for 653f265
utils/renderEslint.ts
@@ -58,7 +58,6 @@ export default function renderEslint(
58
// write to .eslintrc.cjs, .prettierrc.json, etc.
59
for (const [fileName, content] of Object.entries(files)) {
60
const fullPath = path.resolve(rootDir, fileName)
61
- console.log(fullPath, content)
62
fs.writeFileSync(fullPath, content as string, 'utf-8')
63
}
64
0 commit comments