style: enable jscs requireLeftStickedOperators rule

Closed #6544.
This commit is contained in:
Timothée Jeannin
2014-03-04 20:39:10 +01:00
committed by Tobias Bosch
parent de2ecb8a96
commit 9335378602
8 changed files with 10 additions and 10 deletions

View File

@@ -163,7 +163,7 @@ describe('injector', function() {
function $f_n0 /*
*/(
$a, // x, <-- looks like an arg but it is a comment
b_ , /* z, <-- looks like an arg but it is a
b_, /* z, <-- looks like an arg but it is a
multi-line comment
function (a, b) {}
*/