visheshrwl / Uber-like

This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11 stars 28 forks source link

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

Closed visheshrwl closed 1 month ago

visheshrwl commented 1 month 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 1 month ago

Hello @visheshrwl , can you assign me this task?

visheshrwl commented 1 month ago

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