1
0
Fork 0

chore: Fixed linter warnings

This commit is contained in:
joostdecock 2022-12-30 17:33:49 +01:00
parent 8a8270e329
commit f728052ad4
4 changed files with 3 additions and 37 deletions

View file

@ -59,7 +59,7 @@ const copyThese = [
},
]
for (const cp of copyThese) {
fs.copyFile(path.join(repo.path, ...cp.from), path.join(repo.path, ...cp.to), (err) => null)
fs.copyFile(path.join(repo.path, ...cp.from), path.join(repo.path, ...cp.to), () => null)
}
// Step 1: Generate main README file from template