[ci] yarn format

This commit is contained in:
FredKSchott 2021-08-23 21:17:45 +00:00 committed by GitHub Actions
parent 2538325a46
commit 884a2ea76a

View file

@ -16,10 +16,11 @@ You can view the full configuration API (including information about default con
// You can disable this by removing "@ts-check" and `@type` comments below.
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
// ...
});
export default /** @type {import('astro').AstroUserConfig} */ (
{
// ...
}
);
```
## Snowpack Config