From 8812174bba4873d93b63c6749d7b3d2b207c4aa9 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 --- base/.playground/nuxt.config.ts | 15 --------------- base/tsconfig.json | 3 --- 2 files changed, 18 deletions(-) delete mode 100644 base/.playground/nuxt.config.ts delete mode 100644 base/tsconfig.json diff --git a/base/.playground/nuxt.config.ts b/base/.playground/nuxt.config.ts deleted file mode 100644 index a1cab198..00000000 --- a/base/.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/base/tsconfig.json b/base/tsconfig.json deleted file mode 100644 index 1d746c1a..00000000 --- a/base/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./.playground/.nuxt/tsconfig.json" -}