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

Commit fdaa428

Browse files
committed
tweak JSCS config slightly
1 parent 036da41 commit fdaa428

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.jscsrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
1010
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
1111
"disallowTrailingWhitespace": true,
12-
"requireCamelCaseOrUpperCaseIdentifiers": true,
1312
"requireCapitalizedConstructors": true,
1413
"requireCommaBeforeLineBreak": true,
1514
"requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch", "case", "default"],
@@ -22,6 +21,5 @@
2221
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
2322
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
2423
"validateIndentation": 2,
25-
"validateLineBreaks": "LF",
26-
"validateQuoteMarks": "'"
24+
"validateLineBreaks": "LF"
2725
}

0 commit comments

Comments
 (0)