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
Oops! Something went wrong! :(
ESLint: 9.2.0
TypeError: vueI18n.configs.flat/recommended is not iterable
at file:///home/basti/Documents/git-repos/core/apps/frontend/eslint.config.js?mtime=1715870073074:8:23
at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
at async importModuleDynamicallyWrapper (node:internal/vm/module:431:15)
at async loadFlatConfigFile (/home/basti/Documents/git-repos/core/node_modules/eslint/lib/eslint/eslint.js:317:21)
at async calculateConfigArray (/home/basti/Documents/git-repos/core/node_modules/eslint/lib/eslint/eslint.js:396:28)
at async ESLint.lintFiles (/home/basti/Documents/git-repos/core/node_modules/eslint/lib/eslint/eslint.js:815:25)
at async Object.execute (/home/basti/Documents/git-repos/core/node_modules/eslint/lib/cli.js:500:23)
at async main (/home/basti/Documents/git-repos/core/node_modules/eslint/bin/eslint.js:153:22)
Note: I'm in a monorepo context, but executing ESLint via npx and specifying the config file via the -c flag also nets the same error.
The text was updated successfully, but these errors were encountered:
Tell us about your environment
Please show your full configuration:
What did you do?
Happens with any file.
What did you expect to happen?
ESLint runs normally.
What actually happened?
Note: I'm in a monorepo context, but executing ESLint via
npx
and specifying the config file via the-c
flag also nets the same error.The text was updated successfully, but these errors were encountered: