himanshusharma89/relic_bazaar

Chore: Implement Husky pre-commit hooks for automated formatting

开放

#261 创建于 2026年5月26日

 (2 条评论) (0 个反应) (0 位负责人)Dart (87 个派生)github user discovery
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?

贡献者指南