diff options
| author | Chris Rebert <[email protected]> | 2013-12-08 21:25:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-08 12:37:10 -0800 |
| commit | c9ba678b9facc1afea0bc717a5c0f48e557e8fe9 (patch) | |
| tree | ddc88ba76312ae5825f50750443639635db02115 | |
| parent | 1736bcb05cb2c0b96825099fbb05b93ba4f327e5 (diff) | |
| download | bootstrap-c9ba678b9facc1afea0bc717a5c0f48e557e8fe9.tar.xz bootstrap-c9ba678b9facc1afea0bc717a5c0f48e557e8fe9.zip | |
JSCS can be dumb sometimes
| -rw-r--r-- | js/.jscs.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/.jscs.json b/js/.jscs.json index 096da217d..313bfb690 100644 --- a/js/.jscs.json +++ b/js/.jscs.json @@ -3,7 +3,7 @@ "requireLeftStickedOperators": [","], "disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "requireLineFeedAtFileEnd": true, "requireRightStickedOperators": ["!"], |
