himanshusharma89/relic_bazaar
Chore: Implement Husky pre-commit hooks for automated formatting
开放
#261 创建于 2026年5月26日
hacktoberfest
仓库指标
- 星标
- (86 个星标)
- PR 合并指标
- (30 天内没有已合并 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?