-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Release with new ESLint types? #3133
Comments
Can you try importing with |
That commit indeed isn't released yet. there's a number of open PRs i'm hoping to get into it, but I'll try to cut one in the next couple days. |
@ljharb sorry for being "that guy", but I think there is a bunch of people who would appreciate a new version being released 🥺 |
worked for me, although differs from official documentation using // even though default export works, ts doesn't like it
import * as importPlugin from 'eslint-plugin-import'; in my projects |
The official documentation doesn't cover using the plugin in a typescript based config at all. Feel free to submit a pr. |
Hello @ljharb, |
No thanks; released is released, and automatic releases of any kind aren’t something I’m interested in. |
@ljharb Think about it! Automatic releases equals more frequent downloads to your million packages! 😄 |
That's not a motivator; my time triaging issues, however, is. |
Hiya, like many projects my project is upgrading to the new flat eslint config format. Unfortunately the
eslint.config.js
doesn't type check properly currently:I believe the types added around two months ago here 9d1f639 should solve this issue.
Is there any chance we could get a new release with that included? I think probably a lot of mixed javascript / typescript projects will face this issue.
The text was updated successfully, but these errors were encountered: