Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-02-07 00:29:05 +0300
committerChris Rebert <code@rebertia.com>2015-02-07 00:29:05 +0300
commitcd35dd1270aab2cb89eb88e9e98556421af43e8a (patch)
tree587b4b70cb0e0892a4e58c215fc4834e9891d129
parent9cceebc981f7aaae96ad0a1033e948c0dc9b27ab (diff)
bump grunt-jscs to ^1.5.0
-rw-r--r--.jscsrc3
-rw-r--r--package.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/.jscsrc b/.jscsrc
index db99a77..eed4373 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -1,4 +1,3 @@
-
{
"disallowEmptyBlocks": true,
"disallowKeywords": ["with"],
@@ -8,6 +7,7 @@
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowSpacesInCallExpression": true,
+ "disallowSpacesInsideBrackets": true,
"disallowTrailingWhitespace": true,
"esnext": true,
"requireCapitalizedConstructors": true,
@@ -21,6 +21,7 @@
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
+ "requireSpacesInForStatement": true,
"validateIndentation": 4,
"validateLineBreaks": "LF",
"validateParameterSeparator": ", ",
diff --git a/package.json b/package.json
index dfd91d6..774c0a3 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-eslint": "^5.0.0",
- "grunt-jscs": "^1.0.0",
+ "grunt-jscs": "^1.5.0",
"jscs-jsdoc": "^0.4.0",
"load-grunt-tasks": "^3.0.0",
"time-grunt": "^1.0.0"