[ci] yarn format

This commit is contained in:
matthewp 2021-06-11 20:34:45 +00:00 committed by GitHub Actions
parent 7d719ff75d
commit e7b5ad362c
3 changed files with 3 additions and 3 deletions

View file

@ -12,4 +12,4 @@
"snowpack": {
"workspaceRoot": ".."
}
}
}

View file

@ -4,7 +4,7 @@ export const sidebar = [
children: [
{
text: 'What is Astro?',
link: '/'
link: '/',
},
{ text: 'Example', link: '/example' },
],

View file

@ -54,4 +54,4 @@
"engines": {
"node": ">=14.15.1"
}
}
}