Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and astrobot-houston committed Jul 1, 2022
1 parent 5fe5273 commit 3cc6fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions examples/with-mdx/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode",
"silvenon.mdx"
],
"recommendations": ["astro-build.astro-vscode", "silvenon.mdx"],
"unwantedRecommendations": []
}
4 changes: 1 addition & 3 deletions examples/with-mdx/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ Written by: {new Intl.ListFormat('en').format(authors.map(d => d.name))}.

Published on: {new Intl.DateTimeFormat('en', {dateStyle: 'long'}).format(published)}.

<Counter client:idle>
## This is a counter!
</Counter>
<Counter client:idle>## This is a counter!</Counter>

0 comments on commit 3cc6fb8

Please sign in to comment.