prettierrc 기본 설정

c08h·2019년 12월 30일
0

.prettierrc.js 기본 설정

module.exports = {
  "singleQuote": true,
  "semi": true,
  "useTabs": false,
  "tabWidth": 2,
  "trailingComma": "all",
  "printWidth": 120
}
profile
나는 좋아한다 프론트엔드 개발을

0개의 댓글