From 0d938f940d53fadcd4f7233f7efb783aa1d63738 Mon Sep 17 00:00:00 2001
From: bluwy
Date: Thu, 10 Aug 2023 12:47:14 +0800
Subject: [PATCH] Update prettier
---
.prettierrc | 4 +-
docs/src/components/EditOn.astro | 6 +-
docs/src/components/hero/Hero.astro | 5 +-
docs/src/components/hero/Hero2.astro | 3 +-
docs/src/components/hero/Popup.svelte | 4 +-
.../components/structure/LeftSidebar.astro | 1 -
docs/src/components/structure/MoreMenu.astro | 4 +-
.../structure/TableOfContents.astro | 4 +-
docs/src/pages/docs/integrations/astro.md | 2 +-
package.json | 8 +--
playground/astro/src/pages/index.astro | 4 +-
pnpm-lock.yaml | 70 +++++++++----------
12 files changed, 57 insertions(+), 58 deletions(-)
diff --git a/.prettierrc b/.prettierrc
index bce6079..83e84fe 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -5,7 +5,7 @@
"trailingComma": "none",
"semi": false,
"plugins": [
- "./node_modules/prettier-plugin-svelte",
- "./node_modules/prettier-plugin-astro"
+ "prettier-plugin-svelte",
+ "prettier-plugin-astro"
]
}
\ No newline at end of file
diff --git a/docs/src/components/EditOn.astro b/docs/src/components/EditOn.astro
index c9ffcbb..fdc2819 100644
--- a/docs/src/components/EditOn.astro
+++ b/docs/src/components/EditOn.astro
@@ -19,10 +19,8 @@ const webPublisherEditUrl =
Edit this page on GitHub
- or
-
- Web Publisher
-
+ or
+ Web Publisher