Skip to content

[WIP] Add lint format integration for code style consistency#35

Closed
Copilot wants to merge 1 commit intodevfrom
copilot/add-lint-format-integration
Closed

[WIP] Add lint format integration for code style consistency#35
Copilot wants to merge 1 commit intodevfrom
copilot/add-lint-format-integration

Conversation

Copy link

Copilot AI commented Jan 10, 2026

Implementation Plan: Lint and Format Setup

  • Explore repository structure and existing configuration
  • Identify current linting and formatting tools
  • Install Prettier as a dev dependency
  • Add format-related scripts to package.json (format, format:check)
  • Add lint:fix script to auto-fix lint issues
  • Integrate Prettier with ESLint to avoid conflicts
  • Fix existing lint errors
  • Format all files with Prettier
  • Add pre-commit hook setup (optional, using husky and lint-staged)
  • Update .gitignore if needed
  • Test all scripts work correctly
  • Document the setup in README or comments

Current Status:

  • ESLint is configured with typescript-eslint, react-hooks, and storybook plugins
  • Prettier config exists (.prettierrc) but Prettier is not installed
  • 6 lint problems found (3 errors, 3 warnings)
  • 14 files have formatting issues
Original prompt

This section details on the original issue you should resolve

<issue_title>[Style] lint format 도입</issue_title>
<issue_description>## 어떤 기능인가요?

lint 검사와 format 수정 라이브러리를 도입해 휴먼 에러로 발생하는 코드 스타일간 차이를 통일화하여 코드 퀄리티 보장

작업 상세 내용

  • TODO
  • TODO
  • TODO

참고할만한 자료(선택)

</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Jung-eunwoo
Copy link
Member

코파일럿 임의 수정 제한함

@Jung-eunwoo Jung-eunwoo deleted the copilot/add-lint-format-integration branch January 10, 2026 06:34
Copilot stopped work on behalf of Jung-eunwoo due to an error January 10, 2026 06:34
Copilot AI requested a review from Jung-eunwoo January 10, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Style] lint format 도입

2 participants