Commit e4c7a92c authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #15462 from twbs/bump-jscs

bump grunt-jscs to ~1.1.0
parents f149e430 2ae4c0b0
Showing with 18 additions and 5 deletions
+18 -5
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"], "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
"requireSpaceAfterLineComment": true, "requireSpaceAfterLineComment": true,
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="], "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpaceBetweenArguments": true,
"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true }, "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true },
"requireSpacesInConditionalExpression": true, "requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true }, "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
......
...@@ -3170,16 +3170,16 @@ ...@@ -3170,16 +3170,16 @@
} }
}, },
"grunt-jscs": { "grunt-jscs": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.0.0.tgz", "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.1.0.tgz",
"dependencies": { "dependencies": {
"hooker": { "hooker": {
"version": "0.2.3", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
}, },
"jscs": { "jscs": {
"version": "1.8.1", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/jscs/-/jscs-1.8.1.tgz", "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.9.0.tgz",
"dependencies": { "dependencies": {
"colors": { "colors": {
"version": "1.0.3", "version": "1.0.3",
...@@ -3197,6 +3197,10 @@ ...@@ -3197,6 +3197,10 @@
"version": "1.1.0-dev-harmony", "version": "1.1.0-dev-harmony",
"resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-dev-harmony.tgz" "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-dev-harmony.tgz"
}, },
"estraverse": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz"
},
"exit": { "exit": {
"version": "0.1.2", "version": "0.1.2",
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
...@@ -3239,6 +3243,10 @@ ...@@ -3239,6 +3243,10 @@
} }
} }
}, },
"regenerate": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.0.1.tgz"
},
"strip-json-comments": { "strip-json-comments": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz" "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz"
...@@ -3247,6 +3255,10 @@ ...@@ -3247,6 +3255,10 @@
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz" "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz"
}, },
"unicode-6.3.0": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/unicode-6.3.0/-/unicode-6.3.0-0.1.5.tgz"
},
"vow-fs": { "vow-fs": {
"version": "0.3.4", "version": "0.3.4",
"resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz", "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment