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 Grab one I've done some time ago for Jest: https://github.com/facebook/jest/blob/master/eslint_import_resolver.js
Would be even nicer to make it npm module and use it in both projects 馃憤
Shall we keep it in Haul's repo or create separate one?
I'm fine with copying this resolver and use here, but if we want to make it a package, then a separate repo
@jukben can you pick this up?
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
Cool, no rush!
we don't even need a separate package. could do haul/eslint-import-resolver or similar
Most helpful comment
I'm fine with copying this resolver and use here, but if we want to make it a package, then a separate repo