Skip to content

Commit e590d20

Browse files
committedFeb 3, 2015
fix jscs settings for travis to pass
1 parent 9bf6013 commit e590d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.jscs.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"disallowEmptyBlocks": true,
1313
"disallowSpacesInsideArrayBrackets": "all",
1414
"disallowSpacesInsideParentheses": true,
15-
"requireSpacesInsideObjectBrackets": "all",
1615
"disallowSpaceAfterObjectKeys": true,
1716
"requireCommaBeforeLineBreak": true,
1817
"requireOperatorBeforeLineBreak": ["?", "=", "+", "-", "/", "*", "==", "===", "!=", "!==", ">", ">=", "<", "<="],

0 commit comments

Comments
 (0)
Please sign in to comment.