From 8146f4f08e2b98329637ed7301b1957ce7e103f8 Mon Sep 17 00:00:00 2001 From: Wouter Vernaillen Date: Mon, 23 Dec 2024 11:40:59 +0100 Subject: [PATCH] lint fix --- playground/nuxt.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 2928d6a..c6fa8a9 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -3,14 +3,14 @@ export default defineNuxtConfig({ '../src/module', '@wpnuxt/core' ], + devtools: { enabled: true }, + future: { + compatibilityVersion: 4 + }, + compatibilityDate: '2024-08-14', wpNuxt: { wordpressUrl: 'https://wordpress.wpnuxt.com', frontendUrl: 'https://demo.wpnuxt.com', logLevel: 4 - }, - future: { - compatibilityVersion: 4 - }, - devtools: { enabled: true }, - compatibilityDate: '2024-08-14' + } })