- Enforce sorted import declarations within modules
This rule checks all import declarations and verifies that all imports are first sorted by the used member syntax and then alphabetically by the first member or alias name.
Ignores the case-sensitivity of the imports local name.
Ignores the member sorting within a multiple member import declaration.
You can check them out here.