## Description Adds ESLint rule to consolidate duplicate imports using the `import/no-duplicates` rule of the `eslint-plugin-import` plugin. More here: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-duplicates.md. This was needed as opposed to `no-duplicate-imports` because of the auto-fix feature.