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

[JR-567] 주루마블 초기 세팅 #115

Merged
merged 5 commits into from
Aug 5, 2023
Merged

Conversation

Leejha
Copy link
Member

@Leejha Leejha commented Aug 4, 2023

📑 작업리스트

  • 새 워크스페이스에 next.js 추가
  • eslint 추가

📘 리뷰노트

  • eslint 적용이 안되는 것 같아서 알아봐야 할 것 같습니다.

@vercel
Copy link

vercel bot commented Aug 4, 2023

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

Name Status Preview Comments Updated (UTC)
client-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2023 7:59am

Copy link
Member

@leejiho9898 leejiho9898 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다
page.module.css 같은 사용되지 않을 컴포넌트도 제거되었으면 더 좋았을거 같아요

Comment on lines -11 to -13
"paths": {
"@src/*": ["src/*"]
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

절대경로를 제거하신 이유가 주루마블에서 web 경로로 import가 되어서 인가요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

절대경로는 paths가 아니라 baseUrl에서 설정해주긴 했는데 paths도 따로 또 설정해주면 좋을 것 같긴 해요

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

흠 결론적으로 제거하신 이유가 위 사항 때문은 아니고 다른 이유가 있다는 말씀이시죠?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 절대 경로는 baseUrl로 설정해뒀어요

Comment on lines +12 to +27
"@types/eslint": "^8",
"@types/node": "18.11.17",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.1",
"typescript": "^4.9.3"
"typescript": "4.9.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 린트를 루트에 설정하면 모든 레포에 동일한 eslint가 적용 되는건가요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이론상 그래야합니다. 그런데 적용이 잘 된건지는 모르겠네요

@Leejha Leejha merged commit 8a35265 into develop Aug 5, 2023
1 check passed
@Leejha Leejha deleted the JR-567-initial-setting branch August 5, 2023 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants