Appearance
Disallow multiline strings.
Some consider this to be a bad practice as it was an undocumented feature of JavaScript that was only formalized later.
var x = "Line 1 \ Line 2";