haul icon indicating copy to clipboard operation
haul copied to clipboard

Create Haul Webpack Resolver for eslint-plugin-import

Open jukben opened this issue 7 years ago • 8 comments

Currently, it's impossible to use eslint-plugin-import together with Haul. We should fix this by introducing our very own resolver.

If no one is super interested in I will do it.

jukben avatar Nov 27 '17 12:11 jukben

@jukben Grab one I've done some time ago for Jest: https://github.com/facebook/jest/blob/master/eslint_import_resolver.js

thymikee avatar Nov 27 '17 12:11 thymikee

Would be even nicer to make it npm module and use it in both projects 👍

thymikee avatar Nov 27 '17 12:11 thymikee

Shall we keep it in Haul's repo or create separate one?

krizzu avatar Nov 27 '17 12:11 krizzu

I'm fine with copying this resolver and use here, but if we want to make it a package, then a separate repo

thymikee avatar Nov 27 '17 12:11 thymikee

@jukben can you pick this up?

thymikee avatar Dec 04 '17 14:12 thymikee

I've been a little bit busy this week but I'll look into this ASAP.

I'll make it into this package, right? I don't see a point for a separate repo. What do you think? @thymikee

jukben avatar Dec 04 '17 14:12 jukben

Cool, no rush!

thymikee avatar Dec 04 '17 15:12 thymikee

we don't even need a separate package. could do haul/eslint-import-resolver or similar

satya164 avatar Dec 04 '17 16:12 satya164