atlp-rwanda / dynamites-ecomm-fe

https://dynamite-frontend.netlify.app/
0 stars 0 forks source link

Set Up Pre-commit Hooks for Linting and Code Formatting #9

Closed bertrandshema closed 3 weeks ago

bertrandshema commented 4 weeks ago

I will implement pre-commit hooks to ensure that all code commits adhere to our linting and code formatting standards. This will help maintain code quality and consistency across the project. We will use Husky to set up these hooks.

Tasks:

Acceptance Criteria:

  1. Pre-commit hooks are successfully installed and configured.
  2. Linting and formatting checks run automatically before each commit.
  3. Documentation is updated to reflect these changes.