This commit is contained in:
12
.playground/nuxt.config.ts
Normal file
12
.playground/nuxt.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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))
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user