Skip to content

Commit

Permalink
revert vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing0012 committed Mar 14, 2023
1 parent 5e609b6 commit 4719733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


# misc
.vscode
.DS_Store
.env.local
.env.development.local
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 4719733

Please sign in to comment.