-
Notifications
You must be signed in to change notification settings - Fork 0
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
[JR-567] 주루마블 초기 세팅 #115
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
고생하셨습니다
page.module.css 같은 사용되지 않을 컴포넌트도 제거되었으면 더 좋았을거 같아요
"paths": { | ||
"@src/*": ["src/*"] | ||
}, |
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.
절대경로를 제거하신 이유가 주루마블에서 web 경로로 import가 되어서 인가요?
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.
절대경로는 paths가 아니라 baseUrl에서 설정해주긴 했는데 paths도 따로 또 설정해주면 좋을 것 같긴 해요
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.
흠 결론적으로 제거하신 이유가 위 사항 때문은 아니고 다른 이유가 있다는 말씀이시죠?
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.
네 절대 경로는 baseUrl로 설정해뒀어요
"@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" |
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.
이론상 그래야합니다. 그런데 적용이 잘 된건지는 모르겠네요
📑 작업리스트
📘 리뷰노트