You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO, we do have eslint-import-resolver-vite, eslint-import-resolver-webpack. I don't see any typescript specific feature that we should implemented in this resolver anyway.
IMHO, we do have eslint-import-resolver-vite, eslint-import-resolver-webpack. I don't see any typescript specific feature that we should implemented in this resolver anyway.
Those resolvers doesn't support .ts configs AFAIK.
Edit: jiti is already integrated into ESLint, so this should not be considered. (Although I don't like jiti personally due to babel is bundled in it)
eslint-import-resolver-webpack is very outdated.
Maybe we should support them in eslint-plugin-import-x instead, but in this resolver, it could also benefit eslint-plugin-import users.
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: