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

설정: Import Order 규칙 추가 및 정렬 개선 #18

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

rieulp
Copy link
Owner

@rieulp rieulp commented Nov 22, 2024

📄 작업 내용

  • Prettier 설정에 importOrder 규칙 추가
    • React 관련 Import를 최상단에 배치
    • 서드파티 모듈과 상대 경로 Import 간 그룹화
    • 스타일
    • 타입 Import를 분리 및 정렬
  • Prettier 플러그인 @trivago/prettier-plugin-sort-imports 추가

🤔 추가 설명


✅ 체크리스트

  • 주요 로직에 대한 테스트 코드 작성 및 통과
  • 타입 안정성 확인
  • 기존 코드와의 통합 테스트 완료
  • 관련 문서(README 등) 업데이트

📷 스크린샷 (선택 사항)


🔗 관련 이슈

- Prettier 설정에 importOrder 규칙 추가
  - React 관련 Import를 최상단에 배치
  - 서드파티 모듈과 상대 경로 Import 간 그룹화
  - 스타일
  - 타입 Import를 분리 및 정렬
- Prettier 플러그인 @trivago/prettier-plugin-sort-imports 추가
@rieulp rieulp enabled auto-merge (squash) November 22, 2024 15:11
@github-actions github-actions bot added the dev label Nov 22, 2024
@rieulp rieulp merged commit 6820417 into dev Nov 22, 2024
2 checks passed
@rieulp rieulp deleted the import-order branch November 22, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant