Duplicate imports from the same module
The file imports from the same module path more than once.
#Metadata
#Why it matters
Multiple import declarations for one module increase bundle noise and can diverge over time.
#Remediation
Merge named imports into a single `import` declaration from that module.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.correctness.duplicate-import-source.rule.yaml.