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