For better readability, do not put more than one statement on a single line.
The following code snippet illustrates this rule :
var foo = "something"; var bar = "somethingElse"; // Non-Compliant - there are two statements