- Require variables within the same declaration block to be sorted
This rule checks all variable declaration blocks and verifies that all variables are sorted alphabetically. The default configuration of the rule is case-sensitive.
Ignores the case-sensitivity of the variables order.
You can check them out here.