프론트엔드 정복하기
Prettier 설치 및 설정 / 기본 설정 코드 본문
참고 사이트
minjung-jeon.github.io/eslint-prettier-intellij/
통상적으로 많이 사용하는
{
"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 |