From a7abab4372f2331de2205356be73a1936216ee35 Mon Sep 17 00:00:00 2001 From: satnaing Date: Mon, 22 Jan 2024 11:46:58 +0630 Subject: [PATCH] refactor: update code formatting with prettier --- src/components/Tag.astro | 2 +- src/pages/404.astro | 2 +- tsconfig.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Tag.astro b/src/components/Tag.astro index d4a963c..0775a24 100644 --- a/src/components/Tag.astro +++ b/src/components/Tag.astro @@ -24,7 +24,7 @@ const { tag, size = "sm" } = Astro.props; d="M16.018 3.815 15.232 8h-4.966l.716-3.815-1.964-.37L8.232 8H4v2h3.857l-.751 4H3v2h3.731l-.714 3.805 1.965.369L8.766 16h4.966l-.714 3.805 1.965.369.783-4.174H20v-2h-3.859l.751-4H21V8h-3.733l.716-3.815-1.965-.37zM14.106 14H9.141l.751-4h4.966l-.752 4z" > -  {tag} +  {tag} diff --git a/src/pages/404.astro b/src/pages/404.astro index 2b40982..3b3a6c3 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -16,7 +16,7 @@ import LinkButton from "@components/LinkButton.astro";

Page Not Found

Go back home diff --git a/tsconfig.json b/tsconfig.json index 63eb0e2..d2e3c75 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "@layouts/*": ["layouts/*"], "@pages/*": ["pages/*"], "@styles/*": ["styles/*"], - "@utils/*": ["utils/*"] - } - } + "@utils/*": ["utils/*"], + }, + }, }