ESLint & Prettier

hayeon!·2020년 12월 10일
1

ESLint

자바스크립트 문법 및 코드 스타일 검사 도구

Prettier-Code formatter

코드 스타일 자동 정리 도구

.prettierrc

루트 디렉터리 내에 생성

{
    "singleQuote": true, 
    "semi": true, 
    "useTabs": false, 
    "tabWidth": 2
}

Format On Save

File > Preferences > Settings 클릭
Format On Save 입력 후 체크박스 체크

profile
기억하려고 만든 블로그

0개의 댓글