Checks that each variable declaration is in its own statement and on its own line.
Configuration
{
"type": "MultipleVariableDeclarations",
"props": {
"severity": "WARNING"
}
}
Invalid
Each variable declaration must be in its own statement
Only one variable definition per line allowed