-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
support for exports
#9
Comments
If you're using TypeScript, you can use |
@benmccann Another thought, did you just try eslint-import-resolver-exports? So that less change could be made in this fork. |
It's rather complicated to setup. It requires another package as well, so you have to setup at least three libraries for something that seems like it should really just work out of the box. I understand wanting to keep the diff to upstream small as well though. I do think it would affect adoption a lot though to use |
@benmccann Did you try this one? |
That's exactly what we were just talking about in the last comment |
By the way, the latest version of VSCode currently does not support |
You can get rid of |
I think this is outscoped, you should use |
I personally have just stopped using |
That's definitely not accurate - there's a ton of things it does that TS can't - but it's unfortunate that's been your experience. |
|
A major issue with
eslint-plugin-import
is that it doesn't supportexports
: import-js#1810I was wondering if you might consider using
resolve.exports
orenhanced-resolve
rather than the outdatedresolve
package in this library to address thatThe text was updated successfully, but these errors were encountered: