DescriptionIssue 4993 - Apply operator-linebreak ESLint rule consistently
See the discussion here https://codereview.adblockplus.org/29374674/diff/29383722/lib/devtools.js#newcode89 . It turns out the default configuration for this rule is:
  "after", { "overrides": { "?": "before", ":": "before" } }
Which makes a special exception for the `?` and `:` operators.
Note: After means "linebreaks to be placed after the operator", which is kind of misleading.
   
  Patch Set 1 #
 MessagesTotal messages: 8 
  
  
  
       | 
    |||||||||||||||||||