-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Example eslint v9 config #17
Labels
Comments
I was able to get this working by using the eslint compat helper..
But a native flat config format would be great! |
Oh, the plugin doesn't provide flat config yet. |
ota-meshi
added
help wanted
Extra attention is needed
Type: Feature
Includes new features
labels
Jun 19, 2024
Hey @ota-meshi I'd like to pick this up |
@codiini Thank you! I'm looking forward to your pull request! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to provide a config that will work with the new flat config format in eslint v9?
I see that support was added in this PR: #12
However, when I look at the code I don't see an exported config that is compatible with v9. All the exported configs use the old "extends" format https://github.com/intlify/eslint-plugin-svelte/blob/main/lib/configs/recommended.ts. I could totally be missing it though.
Thanks!
The text was updated successfully, but these errors were encountered: