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
}