Closed
Description
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!