[Operation] YAML 파일 추가&수정, ESLint 설정 변경, 모니터링 도구 도입#110
Merged
Conversation
Collaborator
Author
|
|
elecbug
approved these changes
Jun 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
작업 내용
YAML 파일 추가 & 수정
ci.yml: PR 생성할 때, PR 올린 origin 저장소의 브랜치를 체크(prettier, eslint) & 테스트 하도록deploy.yml: 수정 거의 없긴 해요(노드 버전만 수정)ESLint 설정 변경
ESLint 최신 버전부터는
flat config구조를 사용해야한다고 하더라구요. 그래서 수정했습니다.javascript, typescript 오류에 대해 잡아냅니다(타입스크립트 세부 설정은
tsconfig.json파일 참고)모니터링 도구 도입
Azure Application Insights리소스를 생성한 후, JS SDK를 이용해 트래픽을 모니터링 할 수 있도록 했습니다.(사람들이 얼마나 사용하는지 측정하기 위함)
close #103
close #104
close #105