Skip to content

Commit

Permalink
chore: enable vscode formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jul 28, 2023
1 parent a827d95 commit c3fa38c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
"recommendations": [
"astro-build.astro-vscode",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"astro",
"typescript",
"typescriptreact"
]
}
],
"[astro][typescript][javascript][json][yaml]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit c3fa38c

Please sign in to comment.