sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.8k stars 8.16k forks source link

fix: correct linting errors #1202

Closed friendofdog closed 1 year ago

friendofdog commented 1 year ago

Corrected linting in test/app.js. Moving the require to top-level module scope did not break tests or seem to have adverse affects on the app running locally.

Also corrected some linting errors in other files.

Closes #1199

YasharF commented 1 year ago

We need to rewrite a good amount of the code to address the vulnerable, deprecated, and out of date dependencies. Will address linting issues after the changes are made on the new code.