oss-slu / shelter_volunteers

MIT License
2 stars 3 forks source link

Implement frontend linting and resolve existing linting issues #94

Closed SiriChandanaGarimella closed 4 months ago

SiriChandanaGarimella commented 5 months ago

Is your feature request related to a problem? Please describe. Currently, our project's frontend codebase does not have any linting rules or configurations set up. Linting helps to catch code quality issues, maintain a consistent code style, and adhere to best practices.

Describe the solution you'd like Implement linting using ESLint or any other tool and resolve the linting issues if any.