You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using nuxt eslint in "standalone" mode, and trying to add the recommended js and ts configs. i get a type error when adding typescript-eslint's recommended config:
// eslint.config.js// @ts-checkimportjsfrom"@eslint/js";importtsfrom"typescript-eslint";importwithNuxtfrom"./.nuxt/eslint.config.mjs";exportdefaultwithNuxt(js.configs.recommended,// Argument of type 'Config' is not assignable to parameter of type 'ResolvableFlatConfig'.// Type 'Config' is not assignable to type 'Config<RulesRecord>'.
...ts.configs.recommended);
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Package
@nuxt/eslint-module
Reproduction
https://github.com/stefanprobst/issue-nuxt-eslint-types/blob/main/eslint.config.js
Describe the bug
i am using nuxt eslint in "standalone" mode, and trying to add the recommended js and ts configs. i get a type error when adding
typescript-eslint
's recommended config:Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: