본문 바로가기
개발/관련자료

에디터 설정 & ESLint & Prettier 관련 링크

by ISA(류) 2022. 4. 2.

https://nesoy.github.io/articles/2019-11/editorconfig

 

EditorConfig란?

 

nesoy.github.io

https://eslint.org/

 

ESLint - Pluggable JavaScript linter

Customize Preprocess code, use custom parsers, and write your own rules that work alongside ESLint's built-in rules. You can customize ESLint to work exactly the way you need it for your project.

eslint.org

https://tech.kakao.com/2019/12/05/make-better-use-of-eslint/

 

ESLint 조금 더 잘 활용하기

들어가며 안녕하세요. 카카오 FE플랫폼팀의 Joah입니다. 최근에 팀에서 사용하는 JavaScript 스타일 가이드를 개선하는 업무에 참여했습니다. 업무를 하며 스타일 가이드에서 사용하고 있는 ESLint에

tech.kakao.com

https://prettier.io/

 

Prettier · Opinionated Code Formatter

Opinionated Code Formatter

prettier.io

https://www.daleseo.com/js-prettier/

 

[자바스크립트] Prettier로 코딩 스타일 통일하기

Engineering Blog by Dale Seo

www.daleseo.com

 

ESLint와 Prettier는 서로 충돌 될 수 있으니 해당 부분을 설정해줘야한다.

둘다 사용하는 텍스트 에디터(vscode)에 적용 되는 것이다 보니 텍스트에디터 확장 프로그램을 설치해야한다.

여러 곳에서 이미 잘 설명된 내용을 다시 설명하는 것은 쓸모 없는 중복 데이터를 만드는 행위이니 링크로 대신한다.

반응형