Skip to content

[FEATURE] Initialize and Set Up Husky #195

@naman9271

Description

@naman9271

Description

Husky is not yet configured in the codebase.
We need to initialize and set it up to manage Git hooks for consistent code formatting and linting before commits.

Tasks

  • Install Husky as a dev dependency
  • Run npx husky install
  • Add "prepare": "husky install" to package.json
  • Create a pre-commit hook to run Prettier and lint checks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions