visheshrwl / Uber-like

2 stars 5 forks source link

[CI-CD] Set Up Automated Code Quality Checks with ESLint and Prettier #6

Closed visheshrwl closed 1 day ago

visheshrwl commented 3 days ago

Desired Behavior Integrate ESLint and Prettier into the CI/CD pipeline for consistent code quality and formatting checks across the codebase.

Proposed Solution

  1. Add ESLint and Prettier configuration files.
  2. Modify .github/workflows/ci-cd.yml to run ESLint and Prettier checks on each pull request.
  3. Ensure that the pipeline fails if there are any code quality or formatting issues.
Emilio-PdeA commented 2 days ago

Hello @visheshrwl , can you assign me this task?

visheshrwl commented 1 day ago

@Emilio-PdeA amazing work. Consider starring the repo and hoping for more PR's from your side.