Skip to content

Commit

Permalink
Merge pull request #15462 from twbs/bump-jscs
Browse files Browse the repository at this point in the history
bump grunt-jscs to ~1.1.0
  • Loading branch information
cvrebert committed Dec 29, 2014
2 parents f149e43 + 2ae4c0b commit e4c7a92
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions js/.jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
"requireSpaceAfterLineComment": true,
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpaceBetweenArguments": true,
"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true },
"requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"grunt-exec": "~0.4.6",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~1.0.0",
"grunt-jscs": "~1.1.0",
"grunt-saucelabs": "~8.4.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~2.0.0",
Expand Down
20 changes: 16 additions & 4 deletions test-infra/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4c7a92

Please sign in to comment.