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

[Rule] import/order 룰을 추가하면 좋겠습니다. #43

Closed
giwan-dev opened this issue Dec 6, 2019 · 6 comments · Fixed by #44
Closed

[Rule] import/order 룰을 추가하면 좋겠습니다. #43

giwan-dev opened this issue Dec 6, 2019 · 6 comments · Fixed by #44
Assignees
Milestone

Comments

@giwan-dev
Copy link
Contributor

AS-IS: Rule of Standard

현재 import/order 규칙을 사용하지 않고 있습니다.

TO-BE

eslint-plugin-import의 order 규칙을 사용하면 어떨까요?
image
이 슬랙 메시지에서 영감을 받아 조금 찾아봤는데, 이미 추가되어있는 eslint-plugin-import에 임포트 순서를 맞출 수 있는 규칙이 있더라구요. 그룹별로 정렬과 사이 공백을 정의할 수 있는데요. 그룹 순서는 기본(["builtin", "external", "parent", "sibling", "index"])으로 두고, "newlines-between": "always"을 추가해서 그룹별 공백을 넣도록 하면 현재 암묵적으로 사용하고 있는 규칙과 유사할 거 같습니다.


댓글로 이모지 또는 새로운 의견을 남겨주세요~
ex) - 3️⃣ : 나는 요래조래

  • 1️⃣ : 기존안 유지
  • 2️⃣ : 제안대로 수정
@boxersb
Copy link

boxersb commented Dec 6, 2019

크으.. 제 뇌 플러그인 코드 공개는 하지 않겠습니다.

@polysiya
Copy link
Contributor

polysiya commented Dec 6, 2019

2️⃣ 좋습니당 ㅋㅋ

@boxersb
Copy link

boxersb commented Dec 6, 2019

2️⃣ 저도 좋습니당.. ㅋㅋ

1 similar comment
@appear
Copy link

appear commented Dec 6, 2019

2️⃣ 저도 좋습니당.. ㅋㅋ

@inbeom
Copy link
Contributor

inbeom commented Dec 6, 2019

2️⃣ 넘조아요

@luffy-song
Copy link

2 고맙습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants