benjaminsunliu / Group6-SOEN341_Project_F24

SOEN341 Peer Assessment Project Fall 2024
2 stars 0 forks source link

Static code analysis w/ ESLint #109

Closed benjaminsunliu closed 1 week ago

benjaminsunliu commented 1 week ago

This pull request includes updates to the ESLint configuration and dependencies for both the backend and client, as well as some cleanup in the backend/server.js file. The most important changes include adding new ESLint plugins and configurations, updating package dependencies, and removing unused imports.

ESLint Configuration Updates:

Dependency Updates:

Code Cleanup:

YehJordan commented 1 week ago

Great work on setting up the static analysis! Perfect for identifying bugs early on before we mess up somewhere. LGTM

benjaminsunliu commented 1 week ago

If everyone could run the static analysis and do a bit of a review, it would be great !