Skip to content
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

feat: eslint, prettier, husky 적용 #8

Merged
merged 5 commits into from
May 16, 2024

Conversation

d0422
Copy link
Member

@d0422 d0422 commented May 14, 2024

  • eslint 적용
  • prettier 적용
  • husky 적용
  • lint-staged 적용

@d0422 d0422 requested a review from HBSPS May 14, 2024 09:13
@d0422 d0422 self-assigned this May 14, 2024
@d0422 d0422 added the enhancement New feature or request label May 14, 2024
Copy link
Contributor

@HBSPS HBSPS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

package.json Outdated
"build-storybook": "storybook build",
"lint": "eslint ./src/**/*.{ts,tsx}",
"format": "prettier --cache --write .",
"postinstall": "husky install"
Copy link
Contributor

@HBSPS HBSPS May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typicode/husky#884

prepare를 사용하는게 더 좋을 것 같아요

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영하였습니다!

@d0422 d0422 merged commit 2e1ad15 into Rapiders:main May 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants