Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and actions-user committed Mar 22, 2022
1 parent 95a3e09 commit 076dd47
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 deletions.
7 changes: 1 addition & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode",
"esbenp.prettier-vscode",
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint"
],
"recommendations": ["astro-build.astro-vscode", "esbenp.prettier-vscode", "editorconfig.editorconfig", "dbaeumer.vscode-eslint"],
"unwantedRecommendations": []
}
4 changes: 1 addition & 3 deletions examples/blog/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode"
],
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
4 changes: 1 addition & 3 deletions examples/docs/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode"
],
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
4 changes: 1 addition & 3 deletions examples/minimal/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode"
],
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
4 changes: 1 addition & 3 deletions examples/portfolio/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode"
],
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
4 changes: 1 addition & 3 deletions examples/starter/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode"
],
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

0 comments on commit 076dd47

Please sign in to comment.