VScode에서 auto fix eslint on save 설정하는 방법

i-c-a-n-d-o·2024년 9월 3일
0
  1. view -> command palette
  2. Preferences: Open User Settings(json) 선택
  3. 아래 코드 추가
"[typescript]": {
	"editor.formatOnSave": true,
	"editor.defaultFormatter": "esbenp.prettier-vscode"
},

참고자료

profile
나는 백엔드 개발자다!

0개의 댓글