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 204e6fe commit f85f0ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .jscs.json
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
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"tape": "~3.0.3",
"covert": "1.0.0",
"jscs": "~1.8.1"
"jscs": "~1.9.0"
},
"testling": {
"files": "test.js",
Expand Down

0 comments on commit f85f0ba

Please sign in to comment.