Skip to content

Commit

Permalink
Update jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 27, 2014
1 parent da52a48 commit 9633a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
"disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },

"requireSpaceBetweenArguments": true,

"disallowSpacesInsideParentheses": true,

"disallowSpacesInsideArrayBrackets": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"tape": "~3.0.3",
"covert": "1.0.0",
"jscs": "~1.8.1"
"jscs": "~1.9.0"
},
"licenses": [
{
Expand Down

0 comments on commit 9633a4e

Please sign in to comment.