chore: Fixed linter warnings
This commit is contained in:
parent
8a8270e329
commit
f728052ad4
4 changed files with 3 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue