fix(submodule): remove playground so can be used as submodule

This commit is contained in:
DecDuck
2024-12-27 20:33:22 +11:00
parent 1694de4e89
commit 80674ef87d
2 changed files with 0 additions and 18 deletions

View File

@ -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'
})

View File

@ -1,3 +0,0 @@
{
"extends": "./.playground/.nuxt/tsconfig.json"
}