This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
[Feature request] get aliases from .babelrc config #95
Labels
Comments
This looks definitely like a bug. It should definitely reuse the config from Babel. |
Ok, I didn't know if it was supposed to take the config from there or not. I will verify again, just so you don't lose your time. |
So, I removed the whole settings part of my .eslintrc This:
And confirm I get this lint error:
My eslint dependencies:
|
This problem seems to be solved in the latest beta. |
I've had this error in v.4.0.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, I am unaware of all the "magic" around babel and the plugins. If what I say next is not relevant just let me know and we can close this.
I managed to make everything work by basically copying my aliases in
.babelrc
to.eslintrc
.This seems very redundant. Couldn't we have
eslint-import-resolver-babel-module
look for the aliases from babel config?.babelrc
.eslintrc
The text was updated successfully, but these errors were encountered: