-
Notifications
You must be signed in to change notification settings - Fork 83
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
[fix] ts파일 첫째줄에서 빨간줄 에러 fix #560
Conversation
Co-authored-by: bbanderson <[email protected]> Co-authored-by: Madang Garden <[email protected]>
actions build 단계에서 에러가 나고 있는 것 같습니다..!! |
@xxxjinn님 말씀대로, action에서 설정해놓은 CI 단계에서 에러가 나는 현상입니다. 요기에 Details를 눌리면 build 어느 부분에서 에러인지 확인 가능하시구요. local에서도 npm run build 등을 해보면 확인하실 수 있을꺼에요. |
수정기간이 길어지고 있어 현재까지 확인한 내용에 대해서 정리하려고 합니다. 원래 이슈의 발생 원인현재 githru의 리포지토리는 모노레포로 관리되고 있으며, vscode, view, analysis-engine의 세가지 리포지토리가 한 곳에서 관리되고 있습니다.
이 PR에서 발생한 CI 빌드 에러 원인저희가 수정하여 올린 작성했던 내용 올바른 작성 방법 추가적인 에러상기의 방법으로 |
분석해주신 것 잘 봣습니다!! 디테일해서 이해하기 쉬웠네요 👍 |
요거 궁금해서 한번 테스트로 바꿔봤는데 쉽지 않군요 🥲 |
…scode-ext into eslint-error-fix
…to eslint-error-fix
폭풍검색 끝에 두가지의 해결방법을 찾았습니다.
1번은 수정범위도 크고 기존 eslint 파일의 의도도 전부 이해하기에는 어려움이 있었기에, 2번으로 진행하여 수정했습니다. |
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.
요것이었군요..!!! 수고하셨습니다🤩🤩🥳🥳
헛 정원님 이슈를 해결해주셨군요 ㅠㅠ 제가 더 신경썼어야 하는데 너무 죄송하고 감사합니다 ㅠㅠ |
Related issue
#557
Result
Work list
Discussion
vscode와 analysis-engine쪽에서 파일을 오픈하면 import 구문에서 빨간줄이 나타나는 현상이 있습니다.
.eslintrc.json파일을 변경하여 빨간줄이 나타나지 않도록 개선하였습니다.