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
$ eslint "src/**/*.ts"
Oops! Something went wrong! :(
ESLint: 9.4.0
TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
at Object.<anonymous> (/Users/igormakowski/Documents/repositories/rigtch/rigtch-fm-api/eslint.config.cjs:14:27)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at cjsLoader (node:internal/modules/esm/translators:345:17)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:294:7)
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)
Description
I got an error when using this plugin with flat config.
eslint.config.cjs
The text was updated successfully, but these errors were encountered: