prettier 설정과 해석

jungeundelilahLEE·2021년 9월 9일
0

React

목록 보기
24/24
  • json 형식으로 입력

    "arrowParens": "always",
    "bracketSpacing": false,
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,

    • 들여쓰기 당 공백(띄어쓰기?) 수
      "tabWidth": 2,
      "trailingComma": "all",
      "useTabs": false

    차차 정리

profile
delilah's journey

0개의 댓글