himanshusharma89/relic_bazaar

Chore: Implement Husky pre-commit hooks for automated formatting

Open

#261 opened on May 26, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Dart (87 forks)github user discovery
hacktoberfest

Repository metrics

Stars
 (86 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

With multiple contributors, code formatting can quickly become inconsistent, leading to noisy diffs and style debates during PR reviews.

Proposed Solution

I propose setting up husky and lint-staged to automatically run Prettier and ESLint on all staged files before allowing a commit. This enforces a consistent codebase style automatically without manual intervention.

I would love to work on this advanced tooling issue under the GSSoC '24 program! Could you please assign it to me?

Contributor guide