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

The eslint plugin can catch unrelated errors #41

Closed tleunen closed 6 years ago

tleunen commented 7 years ago

When an error is inside the babelrc file, this eslint plugin can catch these errors, but they are unrelated to eslint or the babel module resolver plugin.

Example:

[eslint-import-resolver-babel-module] ReferenceError: Unknown plugin "transform-object-rest-spread" specified in ...
blackxored commented 6 years ago

I'm having this same issue apparently. Why was it closed?