-
-
Notifications
You must be signed in to change notification settings - Fork 69
Support for reading bundler's config #445
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
Comments
IMHO, we do have |
Those resolvers doesn't support Edit:
Maybe we should support them in |
TBH, it is their job to publish type declarations, not a reason for us to reinvent their wheels. And we do have a compact util for adding legacy resolvers to |
@SukkaW I'm talking about More discussion at 9romise/eslint-import-resolver-oxc#83 |
All major bundlers have a
resolve
configuration, for example:We can read users' config file and get the normalized
resolve
config to align ESLint's module resolution with the bundler’s behavior.Some features implemented in
eslint-import-resolver-oxc
:If anyone has more ideas, please feel free to discuss, and I'd be happy to port this feature to this repository.
The text was updated successfully, but these errors were encountered: