eslint 설정 및 규칙 정해보기 #7
dgd03146
started this conversation in
Tech Decisions
Replies: 1 comment
-
@dgd03146 eslint관련 다양한 제안들을 해주셔서 감사합니다! 현재 코드 컨벤션 관련 논의가 부족하기도 해서 auto fix가 가능한 부분에 대해서는 가급적 많은 적용을 하는 것이 좋지 않을까 생각이 드네요. 추가로 컨벤션 가이드 문서를 어떤 방식으로 제공하면 좋을지도 함께 이야기해보면 좋을 것 같아요. 추가 제안Plugin
Rule
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ESLint 룰 정해보기
Nextjs Eslint
Next.js는 기본적으로 'Strict' 설정을 제공한다.

Next.js의 기본 ESLint 설정은 이미 충분히 괜찮다는 의견 (feat: 공식문서)
아래의 룰들이 모두 eslint-config-next에서 사용됨

유명한 eslint Airbnb 설정
Biome
장점
단점
기본 룰 외에 추가적으로 고려해볼만한 Eslint 룰
❗제안 (의견주시면 감사하겠습니다)
플러스로 고려해볼만한 Eslint 룰 얘기해보고 싶습니다.
Beta Was this translation helpful? Give feedback.
All reactions