저장 시 eslint, prettier 설정
Format On Save
command + ,
를 눌러서 설정 진입 후 Format On Save
설정을 켜준다
settings.json
settings.json 파일 내에
1
2
3
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
설정 추가
command + ,
를 눌러서 설정 진입 후 Format On Save
설정을 켜준다
settings.json 파일 내에
1
2
3
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
설정 추가
A new version of content is available.