From: Chris Rebert Date: Mon, 9 Dec 2013 05:25:25 +0000 (-0800) Subject: JSCS can be dumb sometimes X-Git-Tag: v3.1.0~115^2~13^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ba678b9facc1afea0bc717a5c0f48e557e8fe9;p=thirdparty%2Fbootstrap.git JSCS can be dumb sometimes --- diff --git a/js/.jscs.json b/js/.jscs.json index 096da217d2..313bfb6901 100644 --- a/js/.jscs.json +++ b/js/.jscs.json @@ -3,7 +3,7 @@ "requireLeftStickedOperators": [","], "disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "requireLineFeedAtFileEnd": true, "requireRightStickedOperators": ["!"],