-
Notifications
You must be signed in to change notification settings - Fork 1
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
⚙️ 프로젝트 추가 설정 #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eslint 설정하신다구 고생하셨습니다! 리뷰 확인 부탁드려요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eslint, msw 이슈때문에 고생 많습니다... 든든합니다! 간단하게 리뷰 남겨두었어요
eslint.config.mjs와 .eslintrc.json의 충돌로 인해 eslint가 정상적으로 작동하지 않아 삭제했습니다.
React와 Next import문은 반드시 맨 위로 가도록 pathGroupsExcludedImportTypes에 추가했습니다. 사용하지 않는 styled component는 제거했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니당~ eslint alias 설정만 확인 부탁드려요!
사용되지 않는 확장자 제거
작업 이유
작업 사항
1️⃣ eslint 추가 설정
2️⃣ tanstack-query 설정
3️⃣ tailwind css 설정
font 설정
text
+Figma에 정의된 font name
+font size의 첫 글자
를 입력해서 사용할 수 있습니다.리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈