Skip to content

Commit

Permalink
chore: setting json onSave 관련 options 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Jun 23, 2024
1 parent f337eb5 commit d21bd5d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
{
"mode": "auto"
}
]
],
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit d21bd5d

Please sign in to comment.