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

[Codestyle] prettier 룰을 더 많이 적용하는 방식으로 코드스타일(eslintrc, prettierrc) 수정 #250

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

hwasurr
Copy link
Contributor

@hwasurr hwasurr commented May 21, 2021

몇가지 상황에서 코드 스타일링이 느슨하게 적용되어 제각각으로 작성된 코드 존재
(import statement, line길이, callback chaining)

  • prettier 에서 제어하는 eslint 룰을 disable
  • prettier 에서 제어할 수 있는 것은 모두 제어하여, 코드스타일링이 조금 더 강제성을 띄도록 변경

일단 룰만 변경한 상태로 merge, 날잡아 한번에 모두 변경한 뒤 적용 필요
(코드스타일 모든 변경사항 적용 이후, 적용된 dev 를 내려받아 일을 진행해야 충돌없이 진행할 수 있다)

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.

1 participant