Fitbit / webpack-config

Helps to load, extend and merge webpack configs
https://fitbit.github.io/webpack-config
Apache License 2.0
252 stars 18 forks source link

Using config file as eslint resolver #107

Open cristianfraser opened 7 years ago

cristianfraser commented 7 years ago

Is there any way to use the config file made with webpack-config to be used with eslint-import-resolver-webpack?

mdreizin commented 7 years ago

Hello @cristianfraser, I have reviewed eslint-import-resolver-webpack and webpack-config should work with it, because webpack-config returns plain webpack config.

Maybe I don't really understand your question and in this case I would like to help you ;)