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

fix: remove more import cycles #11231

Merged
merged 1 commit into from
Oct 23, 2023
Merged

fix: remove more import cycles #11231

merged 1 commit into from
Oct 23, 2023

Conversation

OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented Oct 23, 2023

No description provided.

'import/no-cycle': ['warn', {maxDepth: Infinity}],
'import/no-cycle': [
'warn',
{maxDepth: Infinity, allowUnsafeDynamicCyclicDependency: true},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this flag is temporary (I am gonna try to remove it next)

@OrKoN OrKoN merged commit b9ce89e into main Oct 23, 2023
45 checks passed
@OrKoN OrKoN deleted the orkon/fix-remaining-cycles branch October 23, 2023 12:06
@release-please release-please bot mentioned this pull request Oct 23, 2023
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.

None yet

2 participants