It seems that when this rule is on, it doesn't like line breaks in the 
middle of a statement.
For example,

var foo = someLongCondition ?
  someValueForTrue :
  someValueForFalse;

I think it should allow that and only complain about something like this:

var foo = a?b:c;

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to