Why this matters
Default exports make it harder to track imported module titles, leading to inconsistencies. Named exports provide better clarity and maintainability.
Detect the use of default exports. Named exports provide better clarity, maintainability, and prevent issues when refactoring.
Default exports make it harder to track imported module titles, leading to inconsistencies. Named exports provide better clarity and maintainability.
Side-by-side examples engineers can pattern-match during review.
// (no example provided)// (no example provided)From the same buckets as this rule.