[ci] yarn format
This commit is contained in:
parent
b22755d59e
commit
e6766e2cd2
4 changed files with 13 additions and 10 deletions
|
@ -9,5 +9,5 @@
|
|||
// @ts-check
|
||||
export default /** @type {import('astro').AstroUserConfig} */ ({
|
||||
// Enable many renderers to support all different kinds of components.
|
||||
renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue','@astrojs/renderer-solid' ],
|
||||
renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue', '@astrojs/renderer-solid'],
|
||||
});
|
||||
|
|
|
@ -19,4 +19,3 @@ export default /** @type {import('astro').AstroUserConfig} */ ({
|
|||
'@astrojs/renderer-preact',
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
// You can disable this by removing "@ts-check" and `@type` comments below.
|
||||
|
||||
// @ts-check
|
||||
export default /** @type {import('astro').AstroUserConfig} */ ({
|
||||
// Set "renderers" to "[]" to disable all default, builtin component support.
|
||||
// renderers: [],
|
||||
});
|
||||
export default /** @type {import('astro').AstroUserConfig} */ (
|
||||
{
|
||||
// Set "renderers" to "[]" to disable all default, builtin component support.
|
||||
// renderers: [],
|
||||
}
|
||||
);
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
// You can disable this by removing "@ts-check" and `@type` comments below.
|
||||
|
||||
// @ts-check
|
||||
export default /** @type {import('astro').AstroUserConfig} */ ({
|
||||
// Set "renderers" to "[]" to disable all default, builtin component support.
|
||||
// renderers: [],
|
||||
});
|
||||
export default /** @type {import('astro').AstroUserConfig} */ (
|
||||
{
|
||||
// Set "renderers" to "[]" to disable all default, builtin component support.
|
||||
// renderers: [],
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue