Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.

Commit 895ea04

Browse files
committed
update .jscsrc for compatibility w/ new jscs version
1 parent c54a364 commit 895ea04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.jscsrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
{
22
"disallowEmptyBlocks": true,
33
"disallowKeywords": ["with"],
4-
"disallowLeftStickedOperators": ["?", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
54
"disallowMixedSpacesAndTabs": true,
65
"disallowMultipleLineStrings": true,
76
"disallowMultipleVarDecl": true,
8-
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
97
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
108
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
119
"disallowTrailingWhitespace": true,
1210
"requireCapitalizedConstructors": true,
1311
"requireCommaBeforeLineBreak": true,
1412
"requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch", "case", "default"],
15-
"requireLeftStickedOperators": [","],
1613
"requireLineFeedAtFileEnd": true,
1714
"requireParenthesesAroundIIFE": true,
18-
"requireRightStickedOperators": ["!"],
1915
"requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
2016
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
2117
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
18+
"requireSpacesInConditionalExpression": true,
2219
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
2320
"validateIndentation": 2,
2421
"validateLineBreaks": "LF"

0 commit comments

Comments
 (0)