Disallows the test, consequent and alternate to be on separate lines when using the ternary operator.
Types: Boolean
Boolean
"disallowMultiLineTernary": true
var foo = (a === b) ? 1 : 2;