From 1fadac2497a669fdead599282a0835f57681d6ca Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Sat, 13 Jul 2024 15:06:55 +0200 Subject: [PATCH] fix linter --- examples/showcase/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/showcase/nuxt.config.ts b/examples/showcase/nuxt.config.ts index fe308483..8a44f600 100644 --- a/examples/showcase/nuxt.config.ts +++ b/examples/showcase/nuxt.config.ts @@ -27,4 +27,4 @@ export default defineNuxtConfig({ }, compatibilityDate: '2024-07-13', -}) \ No newline at end of file +})