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

[Feature]: ESLint flat config support for @redwoodjs/eslint-plugin #10909

Closed
1 task done
Tracked by #18093
JoshuaKGoldberg opened this issue Jul 4, 2024 · 1 comment · Fixed by #10910
Closed
1 task done
Tracked by #18093

[Feature]: ESLint flat config support for @redwoodjs/eslint-plugin #10909

JoshuaKGoldberg opened this issue Jul 4, 2024 · 1 comment · Fixed by #10910
Labels
bug/needs-info More information is needed for reproduction topic/fully-integrated-dx

Comments

@JoshuaKGoldberg
Copy link
Contributor

What's not working?

Coming over from eslint/eslint#18093 -> #10897 (comment): ESLint is migrating to a new "flat config" format that will be the default in ESLint v9.

It doesn't look like @redwoodjs/eslint-config has support yet. I'm posting this issue here as a reference & cross-linking it to the table in eslint/eslint#18093. If there's anything technical blocking the extension from supporting flat configs, please let us know - we'd be happy to try to help! 💜

Additional resources:

Per #10897 (comment), this issue is specifically for 🍌 @redwoodjs/eslint-plugin, not 🍎 @redwoodjs/eslint-config.

How do we reproduce the bug?

Make an eslint.config.js with:

import redwood from '@redwoodjs/eslint-plugin'

export default [/ * ... */ ]

...but the package doesn't yet export any configs we can use here in the flat config format.

What's your environment? (If it applies)

System:
    OS: macOS 13.2
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 20.11.0 - /var/folders/sr/j__6_9gn0dv557z0xf3p7y8h0000gn/T/yarn--1719857847260-0.8362240404148904/node
    Yarn: 1.22.19 - /var/folders/sr/j__6_9gn0dv557z0xf3p7y8h0000gn/T/yarn--1719857847260-0.8362240404148904/yarn

Are you interested in working on this?

  • I'm interested in working on this
@Tobbe
Copy link
Member

Tobbe commented Jul 5, 2024

Thanks for your issues and the PR. I'll try to dig and and follow up with any questions I might have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/needs-info More information is needed for reproduction topic/fully-integrated-dx
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants