This is a Simon Says game built using HTML, CSS, and JavaScript for the frontend, with an Express.js backend and MongoDB for storing user data and leaderboard information.
This pull request introduces ESLint to the project for the first time, establishing a robust linting process to improve code quality and maintainability.
Verified the ESLint configuration by running
npm run lint
and ensuring that it correctly identifies linting issues in the codebase.
This pull request introduces ESLint to the project for the first time, establishing a robust linting process to improve code quality and maintainability.
Verified the ESLint configuration by running
and ensuring that it correctly identifies linting issues in the codebase.