-
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
eslint 9+
with flat config support.
#28
Comments
This plugin relies on typescript-eslint, which doesn't support ESLint 9 yet. There is an open issue for this in the typescript-eslint repo. Once typescript-eslint has stable support for the new eslint version, we can look into upgrading our instructions. For the time being, we'll update the README to denote the temporary incompatibility with ESLint 9. |
Update: now we're waiting for typescript-eslint 8 to be released. |
Any update now that typescript-eslint 8 has been released? |
@drewminns Appreciate the heads-up. We're tracking this internally, but no ETA yet. |
@jefflee-figma happy to help! If I can, I'll fork and update with the updates I've made. :) |
That's be much appreciated! I think the only hard part here is providing instructions for folks that are on older versions of ESLint. We can probably accomplish most of the work by linking to a historical version of our own README, but we'd still need to explain to folks why there is a distinction in the first place. |
There has been new version of ESLint v9 that ships with new flat config.
The text was updated successfully, but these errors were encountered: