Import Next
Rules
All import-next rules for import analysis and architecture enforcement
import-next Rules
Browse all 56 rules for import analysis and architecture enforcement.
no-cycle
Prevent circular dependencies between modules
no-barrel-import
Disallow importing from barrel files
order
Enforce a consistent import order
All Rules
See the sidebar for the complete list of rules, or browse them below.
Known False Negatives
This rule uses pattern-based detection. The following may not be caught:
- Dynamic patterns - Runtime-generated code or values
- Indirect references - Values passed through multiple variables or functions
- External data - Data from APIs, databases, or user input