Clean up web code errors and make CI enforce them

This commit is contained in:
Keavon Chambers 2024-09-24 01:15:14 -07:00
parent 14de67c5a7
commit 1ee5ffbbe8
18 changed files with 44 additions and 129 deletions

View file

@ -30,7 +30,7 @@ if (isInstallNeeded()) {
// eslint-disable-next-line no-console
console.log("Finished installing npm packages.");
} catch (error) {
} catch (_) {
// eslint-disable-next-line no-console
console.error("Failed to install npm packages. Please run `npm install` from the `/frontend` directory.");
process.exit(1);