From b696e95c0a4b4f89c8df3cb26c9fee1192d3d96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Charles?= Date: Sat, 1 Jun 2024 11:47:31 +0200 Subject: [PATCH] chore: prettier --- boilerplates/react/files/$README.md.ts | 3 +-- boilerplates/solid/files/$README.md.ts | 3 +-- boilerplates/vue/files/$README.md.ts | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/boilerplates/react/files/$README.md.ts b/boilerplates/react/files/$README.md.ts index 1121e386e..9a7f67756 100644 --- a/boilerplates/react/files/$README.md.ts +++ b/boilerplates/react/files/$README.md.ts @@ -4,8 +4,7 @@ export default async function getReadme(props: TransformerProps) { const content = await loadReadme(props); //language=Markdown - const about = - ` + const about = ` This app is ready to start. It's powered by [Vike](https://vike.dev) and [React](https://react.dev/learn). diff --git a/boilerplates/solid/files/$README.md.ts b/boilerplates/solid/files/$README.md.ts index 8d65c0521..558bab7cc 100644 --- a/boilerplates/solid/files/$README.md.ts +++ b/boilerplates/solid/files/$README.md.ts @@ -4,8 +4,7 @@ export default async function getReadme(props: TransformerProps) { const content = await loadReadme(props); //language=Markdown - const about = - ` + const about = ` This app is ready to start. It's powered by [Vike](https://vike.dev) and [SolidJS](https://www.solidjs.com/guides/getting-started). diff --git a/boilerplates/vue/files/$README.md.ts b/boilerplates/vue/files/$README.md.ts index a0c701358..165e6d3f3 100644 --- a/boilerplates/vue/files/$README.md.ts +++ b/boilerplates/vue/files/$README.md.ts @@ -4,8 +4,7 @@ export default async function getReadme(props: TransformerProps) { const content = await loadReadme(props); //language=Markdown - const about = - ` + const about = ` This app is ready to start. It's powered by [Vike](https://vike.dev) and [Vue](https://vuejs.org/guide/quick-start.html).