관리 메뉴

프론트엔드 정복하기

Prettier 설치 및 설정 / 기본 설정 코드 본문

API

Prettier 설치 및 설정 / 기본 설정 코드

GROWNFRESH 2021. 2. 15. 11:08

 

참고 사이트

minjung-jeon.github.io/eslint-prettier-intellij/

 

[ECMAScript] Eslint & Prettier(저장시 자동 reformat) Setting(IntelliJ) | MINJUNG

Eslint & Prettier(저장시 자동 reformat)

minjung-jeon.github.io

 

통상적으로 많이 사용하는

{
 "semi": true,
 "singleQuote": true,
 "tabWidth": 2,
 "printWidth": 80
}

'API' 카테고리의 다른 글

rc-tree console  (0) 2020.12.09
OAuth2.0 프로세스(엑세스 토큰을 교환하는 과정)  (0) 2020.12.02
OAuth2.0 페이스북 로그인 예제  (0) 2020.12.02
우편번호찾기 오픈API  (0) 2020.07.09
오픈 API 사용법  (0) 2020.07.09