Fix linter warnings
This commit is contained in:
@@ -23,11 +23,11 @@ fs.readdirSync(inputDir).forEach((file) => {
|
||||
routeStart: content.routeStart || null,
|
||||
routeEnd: content.routeEnd || null,
|
||||
created: content.created || null,
|
||||
checked: content.checked || null,
|
||||
checked: content.checked || null
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
fs.writeFileSync(indexFile, JSON.stringify(mapList));
|
||||
|
||||
console.log(`Generated ${mapList.length} map files and index.`)
|
||||
console.log(`Generated ${mapList.length} map files and index.`);
|
||||
|
||||
Reference in New Issue
Block a user