Conversation
yejinleee
approved these changes
Jan 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚩 연관 이슈
closed #9
📝 작업 내용
Next.js 최신 + TypeScript + ESLint + Tailwind 기본 구성 적용
Storybook 연동
Prettier + Tailwind 클래스 정렬 + ESLint 충돌 방지
commitlint + lefthook 훅 설정
🗣️ 리뷰 요구사항 (선택)
이후 추가적인 설정이 필요합니다.
해당 설정도 후에 함꼐 이야기하면서 도입해보도록하겠습니다.
추가적으로 타입검사를 commit전에 실시하는 것이 좋을 지, push전에 실시하는 것이 좋을지 고민입니다. typecheck가 전체 프로젝트를 대상으로 실행되기 때문에 pre-commit 시간이 길 수 있다고 판단해서, push 직전에 한번 진행하는 것이 적절해보이기도 합니다.