✅ This rule is included in the ts untyped presets.
Having multiple exports with the same name creates ambiguity about which value is exported.
This can lead to confusion and runtime errors when consuming the module.
This rule catches actual errors, so you should generally keep it enabled.
TypeScript itself will catch many of these cases, but this rule provides earlier feedback.