Skip to content

Commit

Permalink
chore: vscode 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eeseung committed Jan 6, 2025
1 parent b42d917 commit ea1cac1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"eslint.workingDirectories": [{ "mode": "auto" }],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.preferences.importModuleSpecifier": "non-relative"
}

0 comments on commit ea1cac1

Please sign in to comment.