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

refactor: packages 내부 폴더 구조 변경, .prettierrc로 변경, tsconfig 내부 구조 변경 #345

Merged
merged 9 commits into from
Jan 16, 2024

Conversation

sukvvon
Copy link
Contributor

@sukvvon sukvvon commented Jan 16, 2024

📌 이슈번호

📗 구현 내용

📖 구현 스크린샷

📖 PR 포인트 & 궁금한 점

  • packages 내부 shared에 모든 폴더(components, utils, hooks, etc...)들이 존재하는데 이 폴더들의 구조를 분해해 monorepo화 합니다!
  • tsconfig 내부 base.json과 vite.json만 존재하는데 react-library.json을 추가합니다!
  • configs 폴더를 만들어 내부 eslint, tsconfig 파일을 위치시킵니다!
  • tsconfig 내부 중복되는 설정들을 제거합니다!
  • .prettierrc.cjs에서 .prettierrc로 우선순위가 높은 파일 형식으로 변경합니다!
  • 변경된 monorepo 환경에 맞게 영향을 받은 shelter, volunteer app의 package.json, import를 변경합니다!

@sukvvon sukvvon added 🏅 Chore 위에 걸리지 않는 기타 변경사항(빌드 스크립트 수정, assets image, 패키지 매니저 등) 💧 Should have 우선순위 2순위 (필수적인 업무는 아니지만 큰 개선효과를 일으킬 수 있는 업무) 🛠 Refactor 리팩토링 labels Jan 16, 2024
@sukvvon sukvvon self-assigned this Jan 16, 2024
Copy link

vercel bot commented Jan 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
anifriends-shelter ✅ Ready (Inspect) Visit Preview Jan 16, 2024 11:38am
anifriends-volunteer ✅ Ready (Inspect) Visit Preview Jan 16, 2024 11:38am

@sukvvon sukvvon merged commit e916816 into develop Jan 16, 2024
4 checks passed
@sukvvon sukvvon deleted the chore/342 branch January 16, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏅 Chore 위에 걸리지 않는 기타 변경사항(빌드 스크립트 수정, assets image, 패키지 매니저 등) 🛠 Refactor 리팩토링 💧 Should have 우선순위 2순위 (필수적인 업무는 아니지만 큰 개선효과를 일으킬 수 있는 업무)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: packages 내부 폴더 구조 변경, .prettierrc로 변경, tsconfig 내부 구조 변경
1 participant