- Enforce variables to be declared either together or separately in functions
This rule enforces variables to be declared either together or separately per function ( for var) or block (for let and const) scope.
You can check them out here.