tleunen / eslint-import-resolver-babel-module

Custom eslint resolve for babel-plugin-module-resolver
https://github.com/tleunen/babel-plugin-module-resolver
MIT License
248 stars 31 forks source link

Update readme with eslint options #83

Open Brianzchen opened 6 years ago

Brianzchen commented 6 years ago

Hi, not sure if this is just in a place I haven't looked but where can I find the list of options? I'm trying to configure my eslint to stop giving me errors on my imports, I'm using a '.babelrc.js' file, is that supported?

Thanks