Skip to content

[chore] husky 및 lint-staged 설정#30

Merged
dohy-eon merged 1 commit into
devfrom
chore/ALT-210
May 10, 2026
Merged

[chore] husky 및 lint-staged 설정#30
dohy-eon merged 1 commit into
devfrom
chore/ALT-210

Conversation

@dohy-eon
Copy link
Copy Markdown
Member

ID

  • ALT-210

변경 내용

  • husky and lint-staged 설정

구현 사항

  • Husky: Git pre-commit 훅으로, 커밋 직전에 검사 스크립트가 돌아가게 함.
  • lint-staged: 전체 프로젝트가 아니라 git add된 파일에만 eslint --fix / prettier --write 실행.
  • prepare 스크립트: npm install 시 훅 경로가 잡히도록 해서, 클론한 동료도 동일하게 동작.
  • 규칙: *.{ts,tsx}는 ESLint + Prettier, *.{js,jsx,json,css}는 Prettier만 (현재 ESLint 설정과 맞춤).

구현 시연 (필요 시)

image

@dohy-eon dohy-eon requested review from kim3360 and limtjdghks May 10, 2026 09:35
@dohy-eon dohy-eon self-assigned this May 10, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
alter-client Ready Ready Preview, Comment May 10, 2026 9:35am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 10, 2026

Warning

Rate limit exceeded

@dohy-eon has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 34 minutes and 45 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3e1c1068-8a15-4e4b-b1b4-061abf7ea3ba

📥 Commits

Reviewing files that changed from the base of the PR and between bc3bcbc and c3c9bab.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • .husky/pre-commit
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/ALT-210

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dohy-eon dohy-eon merged commit bd99770 into dev May 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants