79307053

Date: 2024-12-25 07:30:29
Score: 0.5
Natty:
Report link

While implementing the accepted answer, I've found a better solution - consider using the import/no-duplicates rule from eslint-plugin-import.

It not only detects duplicate imports but also provides auto-fixing to merge them effectively.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gutterball