Lint 규칙상 불필요한 경우에도 dependencies 모듈 사용이 강제되는 문제 해결 #75
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✏️ 한 줄 설명
모든 파일들에서 사용되는 모듈의
dependencies
사용이 강제되던 문제가 있던 문제를 해결했어요.✅ 작업 내용
config 파일이나 storybook, test 파일과 같은 dev 환경에서 사용되는 파일에 대해서는 devDependencies를 허용하도록
import/no-extraneous-dependencies
룰을 수정했어요.🏷️ 관련 이슈
📸 스크린샷/영상
config 파일에 대해서는 다음과 같이 devDependencies를 추가할 수 있습니다.
나머지 파일에 대해서는 다음과 같이 devDependencies를 사용하면 경고가 발생합니다.
나머지의 경우
📌 리뷰 진행 시 참고 사항