thomaspark / flexboxfroggy

A game for learning CSS flexbox 🐸
https://flexboxfroggy.com
MIT License
6.88k stars 674 forks source link

Implement ESLint and Stylelint Configurations for Better Code Quality #282

Closed sahapri-codes closed 6 months ago

sahapri-codes commented 6 months ago

This pull request introduces ESLint and Stylelint configurations to the Flexbox Froggy project to enhance code quality and consistency across the JavaScript and CSS files. By enforcing these linting rules, we can catch common coding errors, adhere to best practices, and maintain a uniform coding style, making the codebase more readable and easier to manage for current and future contributors.

Changes Made:

Why These Changes Are Necessary:

Implementing linting tools helps to automatically identify and fix common coding errors, leading to a more robust, error-free codebase. It also ensures that all contributors follow the same set of coding standards, improving the project's overall maintainability.

Please review the proposed changes and merge them into the gh-pages branch if everything looks good. This will help us maintain a high standard of code quality as we continue to develop and expand the Flexbox Froggy project.

Thank you for considering this pull request.