인프런 커뮤니티 질문&답변
자동저장 이상하게되거나 안되시는분들..
작성
·
1.1K
·
수정됨
3
설정 -> format on save 체크


설정 -> default formatter -> prettier eslint 선택
※주의사항 - Prettier formatter 아님 Prettier ESLint임
"eslint.codeActionsOnSave.rules": null,
"editor.codeActionsOnSave": {
"source.fixAll": true
},setting.json에서 위 구문 추가
자꾸 저장하면 error Insert ·· 이런 오류나
Replace (h) with h
이런거 떠서 한시간동안 헤메다 겨우 해결했습니다 ㅠ
혹시 몰라 남깁니다..





