eslint cleanup - addded as const check tooo

This commit is contained in:
iPromKnight
2024-02-06 10:38:44 +00:00
committed by iPromKnight
parent a84ca68d9e
commit 9982fc1093
9 changed files with 598 additions and 79 deletions

View File

@@ -43,9 +43,12 @@ try {
],
}).then(() => {
// biome-ignore lint/style/useTemplate: <explanation>
// eslint-disable-next-line no-undef
console.log("⚡ " + "\x1b[32m" + `Done in ${Date.now() - start}ms`);
});
} catch (e) {
// eslint-disable-next-line no-undef
console.log(e);
// eslint-disable-next-line no-undef
process.exit(1);
}