Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: relay.configs.recommended is not iterable #156

Open
71m024 opened this issue Dec 6, 2024 · 0 comments
Open

TypeError: relay.configs.recommended is not iterable #156

71m024 opened this issue Dec 6, 2024 · 0 comments

Comments

@71m024
Copy link

71m024 commented Dec 6, 2024

it looks like this plugin does not yes support the new flat config system introduced in ESLint v9.

If i do this:

export default tseslint.config(
  { ignores: ['dist'] },
  {
    extends: [
      js.configs.recommended,
      ...tseslint.configs.recommended,
      ...relay.configs.recommended
    ],

I get this:

TypeError: relay.configs.recommended is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant