From 80674ef87da2b87a396ff56ccee5f02b48dcbc42 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 27 Dec 2024 20:33:22 +1100 Subject: [PATCH] fix(submodule): remove playground so can be used as submodule --- .playground/nuxt.config.ts | 15 --------------- tsconfig.json | 3 --- 2 files changed, 18 deletions(-) delete mode 100644 .playground/nuxt.config.ts delete mode 100644 tsconfig.json diff --git a/.playground/nuxt.config.ts b/.playground/nuxt.config.ts deleted file mode 100644 index a1cab19..0000000 --- a/.playground/nuxt.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { fileURLToPath } from 'node:url' - -export default defineNuxtConfig({ - extends: ['..'], - modules: ['@nuxt/eslint'], - - eslint: { - config: { - // Use the generated ESLint config for lint root project as well - rootDir: fileURLToPath(new URL('..', import.meta.url)) - } - }, - - compatibilityDate: '2024-12-24' -}) \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 1d746c1..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./.playground/.nuxt/tsconfig.json" -}