eslint-import-resolver-custom-alias icon indicating copy to clipboard operation
eslint-import-resolver-custom-alias copied to clipboard

Resolve imports with query params

Open dons20 opened this issue 2 years ago • 2 comments

I've been using vite for some time and I needed to have my web worker properly resolved with eslint. Workers in vite require me to add a ?worker to the end of the import path which breaks this resolver. I made this little change locally and it works great for this use case, so maybe this is something you'd like to include?

Let me know what you think.

dons20 avatar Nov 29 '21 18:11 dons20