Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove import/no-cycle maxDepth #2246

Closed
wants to merge 1 commit into from
Closed

remove import/no-cycle maxDepth #2246

wants to merge 1 commit into from

Conversation

nescalante
Copy link

@nescalante nescalante commented Jun 19, 2020

removes import/no-cycle maxDepth since from its description it seems to be Infinity by default.

Also fixes #2245

Copy link
Collaborator

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not interested in this change; this is a bug in eslint that they'll need to fix, and it's important that this config explicitly specifies all defaults.

Downgrading to eslint v7.2 is the best choice for now.

@nescalante
Copy link
Author

got it, closing then 👍

@itajaja
Copy link

itajaja commented Jun 22, 2020

for the sake of practicality though, couldn't this be merged? It looks like the upstream eslint bug is quite contentious, and it's not going to be fixed anytime soon.

@j0k3r
Copy link

j0k3r commented Jun 23, 2020

It’s fixed in ESLint 7.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

latest version of eslint-config-airbnb is not compatible with eslint 7.3.0
4 participants