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 c8fe96d commit f9cfafb
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 @@ -33,7 +33,7 @@
"tape": "~3.0.3",
"indexof": "~0.0.1",
"covert": "1.0.0",
"jscs": "~1.8.1",
"jscs": "~1.9.0",
"editorconfig-tools": "~0.0.1",
"nsp": "~0.5.2"
},
Expand Down

0 comments on commit f9cfafb

Please sign in to comment.