9romise / eslint-import-resolver-oxc

A simply wrapped oxc-resolver for eslint-plugin-import-x
MIT License
20 stars 0 forks source link

Replace eslint-import-resolver-node and eslint-import-resolver-typescript? #18

Closed ModyQyW closed 2 months ago

ModyQyW commented 2 months ago

Hello, I stumbled upon this project and first of all I would like to thank you for your work on this project.

I've read some of the documentation, but I'm still unsure if this project can replace eslint-import-resolver-node and eslint-import-resolver-typescript? It must be a good optimization for performance!

9romise commented 2 months ago

Yes, it is a good replacement for eslint-import-resolver-node and eslint-import-resolver-typescript.

eslint-react is using this now.

Thank you for your feedback, I will improve the document later.

ModyQyW commented 2 months ago

Just opened a PR for this. I hope I can do some help. :D