wavvapp / sac-frontend

0 stars 0 forks source link

Configure prettier and eslint in the project #51

Closed serapieTuyishime closed 4 days ago

serapieTuyishime commented 2 weeks ago

Objective:

The goal of this ticket is to Integrate and configure ESLint and Prettier into the project.

Description:

  1. ESLint Setup:
    • Install and configure ESLint to enforce coding standards.
    • Add the default ESLint rules
  2. Prettier Integration:
    • Install and configure Prettier to maintain consistent code formatting.
    • Ensure Prettier rules are compatible with ESLint to avoid conflicts.
    • Configure Prettier to format code on save and format within the developer's IDE.

Acceptance Criteria: