Skip to content

Commit

Permalink
add .vscode file to autorun prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Oct 2, 2023
1 parent f6a8672 commit 9c1515e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 9c1515e

Please sign in to comment.