Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 410 Bytes

File metadata and controls

10 lines (6 loc) · 410 Bytes

Issue RSS-ECOMM-1_12: Initialize Husky (8 points) 🐶

Description 📝

Initialize Husky to manage Git hooks, automating tasks such as code formatting and linting checks during the commit process. 📝➡️🔎

Acceptance Criteria 📚

  • Husky is initialized and integrated into the project. ✔️
  • Git hooks are managed by Husky, automating code formatting and linting checks. ✔️🔄