fix: ESLint 에러 수정 (unused vars node 제거) #27
Merged
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.
react-markdown의 커스텀 렌더러 함수(components)에서 사용하지 않는node파라미터가 포함되어 있어, 엄격한 린트 규칙(Linting Rule)에 의해 빌드가 중단됨.code,h1~h3,ul,ol,blockquote,a,p등 모든 커스텀 컴포넌트 함수 인자에서 불필요한node파라미터 제거.