ABuffSeagull / eslint-import-resolver-parcel

Parcel import resolution plugin for eslint-plugin-import
MIT License
12 stars 2 forks source link

Support file globbing #14

Open ABuffSeagull opened 5 years ago

ABuffSeagull commented 5 years ago

Reference

I'm not sure if it actually supports it already, but if not, should be implemented.

MaffooBristol commented 4 years ago

Hey @ABuffSeagull (great name by the way)

I'd be happy to look into this if it's fallen by the wayside, would be nice to have the feature implemented.

Would you have chosen to use the glob module? What does parcel currently use for their globbing?

Ta Matt

ABuffSeagull commented 4 years ago

First of all, thank you!

And go for it! I would look at Parcel's dependencies to see what globbing package they use, as I try to keep packages to a minimum, or at least can be deduped from Parcel.

And as long as you try to stick to the coding style, and maybe make a test, I'd be happy to merge it in.