You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule is useful for enforcing some particular dependency graph in a large project. Biome does not support it AFAIK and eslint-plugin-import is well known to be a slow plugin, so this seems like a great opportunity to showcase oxlint's speed. I assume it shouldn't be particularly hard to implement given oxlint already has no-cycle from eslint-plugin-import.