himanshusharma89/relic_bazaar
Chore: Implement Husky pre-commit hooks for automated formatting
オープン
#261 opened on 2026/05/26
hacktoberfest
Repository metrics
- Stars
- (86 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?