Skip to content

Commit

Permalink
chore: settings.json 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
DongjaJ committed Jan 10, 2025
1 parent e74afc0 commit 0ee31e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dist-ssr
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea
.DS_Store
*.suo
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
}

0 comments on commit 0ee31e5

Please sign in to comment.