refactor(@yourssu/eslint-config): remove rushstack-patch #54
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.
1️⃣ 어떤 작업을 했나요? (Summary)
기존 코드에 영향을 미치는 변경사항
patch 파일이 rushstack 내부 dependecy로 존재해서 설치가 불필요하더라고요 !
사용처에서 따로 require를 해주지 않아도 rushstack 내부에 존재하는 것만으로도 플러그인을 모두 설치해주어서 잘 작동합니다.
일단 저희는 rushstack을 사용하니까 patch 관련 파일은 제거하도록 할게요
2️⃣ 알아두시면 좋아요!
대신 rushstack에 대한 의존성을 제거할 경우에는 별도로 patch를 import 해주어야 할 것 같습니다~
![스크린샷 2024-06-27 오전 3 51 53](https://private-user-images.githubusercontent.com/78731710/343296083-d4eca31c-de16-41a4-ac62-7eb2ec9b99e8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDI5MDgsIm5iZiI6MTczOTU0MjYwOCwicGF0aCI6Ii83ODczMTcxMC8zNDMyOTYwODMtZDRlY2EzMWMtZGUxNi00MWE0LWFjNjItN2ViMmVjOWI5OWU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE0MTY0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThkN2Y3ZmU3MjM3YmQ1ZDVkOGY4YTYyYmRlZWJlMmM0ZGJmZTNiODgyY2UyM2YzMDA5ZjNhNGM2OWJhNTUyZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MaYe8U2qg1UKeSfBf5uPCZOnACfSi5YLgmEr0YcN1Ro)
(rushstack/eslint-config에 대한 의존성까지 제거한 경우는 이렇게 되더라고요!)
3️⃣ 체크리스트 (Checklist)
main
브랜치의 최신 코드를pull
받았나요?