[ci] yarn format

This commit is contained in:
FredKSchott 2021-09-01 01:10:30 +00:00 committed by GitHub Actions
parent b22755d59e
commit e6766e2cd2
4 changed files with 13 additions and 10 deletions

View file

@ -19,4 +19,3 @@ export default /** @type {import('astro').AstroUserConfig} */ ({
'@astrojs/renderer-preact',
],
});

View file

@ -7,7 +7,9 @@
// 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} */ (
{
// Set "renderers" to "[]" to disable all default, builtin component support.
// renderers: [],
});
}
);

View file

@ -7,7 +7,9 @@
// 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} */ (
{
// Set "renderers" to "[]" to disable all default, builtin component support.
// renderers: [],
});
}
);