From 8cb6aa97b8a243c27abe2a7e43fa47e5a3347e78 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 5 Sep 2023 00:19:35 +0200 Subject: [PATCH] lint code --- nuxt.config.ts | 6 +++--- src/components/header/Logo.vue | 11 ++++++----- src/pages/writing/[slug].vue | 2 +- src/server/trpc/routers/maintenance.ts | 10 +++++----- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index c41b305..564a90b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -49,7 +49,7 @@ export default defineNuxtConfig({ image: { domains: [ 'avatars0.githubusercontent.com', - 'pbs.twimg.com' - ] - } + 'pbs.twimg.com', + ], + }, }) diff --git a/src/components/header/Logo.vue b/src/components/header/Logo.vue index 9e32061..9348421 100644 --- a/src/components/header/Logo.vue +++ b/src/components/header/Logo.vue @@ -4,11 +4,12 @@ const getColor = computed(() => `text-${appConfig.ui.primary}-500`) diff --git a/src/pages/writing/[slug].vue b/src/pages/writing/[slug].vue index c2f0af0..7a39128 100644 --- a/src/pages/writing/[slug].vue +++ b/src/pages/writing/[slug].vue @@ -1,5 +1,5 @@