- Disallow renaming import, export, and destructured assignments to the same name
This rule disallows the renaming of import, export, and destructured assignments to the same name.
Ignores destructuring assignments.
Ignores imports.
Ignores exports.
You can check them out here.