Skip to content

Coding Convention

sol lee edited this page May 12, 2022 · 1 revision

Coding Convention

AirBnB Coding Convention

  1. 참조(References)
  2. 객체(Objects)
  3. 배열(Arrays)
  4. 구조화대입(Destructuring)
  5. 문자열(String)
  6. 함수(Functions)
  7. Arrow함수(Arrow Functions)
  8. Classes & Constructors
  • 항상 코드 작성 중에 ctrl + k + f 로 코드 줄 정렬 필수!!

eslint&prettier 설정 메뉴얼 참조

Clone this wiki locally