npx nuxi module add eslint"dependencies" and not under the "devDependencies" like this command would if following documentation for manual setup:pnpm add -D @nuxt/eslint eslint typescriptno-undef eslint rule which is showing error for defineNuxtConfig and I guess al other globals.eslint.config.mjs file... But shouldn't be this disabled by default because of all the auto-imports enabled by default?
