diff options
| author | Henry Zhu <[email protected]> | 2015-10-19 00:07:57 -0400 |
|---|---|---|
| committer | Henry Zhu <[email protected]> | 2015-10-19 08:17:13 -0400 |
| commit | 8924b5044ec9522e2c8ac1295e7843d70404449a (patch) | |
| tree | 8f2526139e095f263a22584e38d3a35f90ba2750 /js | |
| parent | 1f4401fd10880ba1160ceffb1d95e98277afb830 (diff) | |
| download | bootstrap-8924b5044ec9522e2c8ac1295e7843d70404449a.tar.xz bootstrap-8924b5044ec9522e2c8ac1295e7843d70404449a.zip | |
update grunt-jscs to 2.1.0 to use jscs 2.x
Diffstat (limited to 'js')
| -rw-r--r-- | js/.jscsrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.jscsrc b/js/.jscsrc index 8d5ef3e56..a2ec95bb7 100644 --- a/js/.jscsrc +++ b/js/.jscsrc @@ -1,5 +1,6 @@ { "esnext": true, + "verbose": true, "disallowEmptyBlocks": true, "disallowKeywords": ["with"], "disallowMixedSpacesAndTabs": true, @@ -28,7 +29,7 @@ "requireSpaceAfterLineComment": true, "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="], "requireSpaceBetweenArguments": true, - "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true }, + "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true, "allExcept": ["shorthand"] }, "requireSpacesInConditionalExpression": true, "requireSpacesInForStatement": true, "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, |
