[ci] format

This commit is contained in:
natemoo-re 2022-07-01 20:53:13 +00:00 committed by fredkbot
parent 5fe52737cb
commit 3cc6fb81da
2 changed files with 2 additions and 7 deletions

View file

@ -1,7 +1,4 @@
{
"recommendations": [
"astro-build.astro-vscode",
"silvenon.mdx"
],
"recommendations": ["astro-build.astro-vscode", "silvenon.mdx"],
"unwantedRecommendations": []
}

View file

@ -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>