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:
- auto-detect bundler configs
- export a function to transform the config
If anyone has more ideas, please feel free to discuss, and I'd be happy to port this feature to this repository.
All major bundlers have a
resolveconfiguration, for example:We can read users' config file and get the normalized
resolveconfig 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.