From 342ff65ccae32d23811298746d1630d5bf1eaafb Mon Sep 17 00:00:00 2001 From: Carles Mitjans Date: Sat, 15 Feb 2025 11:13:49 +0100 Subject: [PATCH] style: dangling commas --- playground/nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 1941f4a..0146b1b 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -5,7 +5,7 @@ export default defineNuxtConfig({ publicKey: process.env.POSTHOG_API_KEY, host: process.env.POSTHOG_API_HOST, clientOptions: { - debug: true - } + debug: true, + }, }, });