Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git hook 도입(Feat: husky) #16

Open
2 tasks
seungdeok opened this issue Dec 23, 2024 · 0 comments · May be fixed by #20
Open
2 tasks

git hook 도입(Feat: husky) #16

seungdeok opened this issue Dec 23, 2024 · 0 comments · May be fixed by #20
Assignees
Labels
🎨 style 스타일

Comments

@seungdeok
Copy link
Member

💡 기능 설명

  • git hook을 이용하여 commit시 lint, format을 체크하려합니다.

🔍 주요 변경 사항

  • husky 적용
  • lint-stage 적용

🔗 참고 자료

"lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write",
      "eslint --fix"
    ]
  },
@seungdeok seungdeok added good first issue Good for newcomers 🎨 style 스타일 and removed good first issue Good for newcomers labels Dec 23, 2024
@seungdeok seungdeok linked a pull request Jan 1, 2025 that will close this issue
@seungdeok seungdeok self-assigned this Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 style 스타일
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant