forked from CodeJobs/StudioVictory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jscsrc
24 lines (24 loc) · 795 Bytes
/
.jscsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"preset": "google",
"requireLineFeedAtFileEnd": null,
"disallowCommaBeforeLineBreak": null,
"disallowDanglingUnderscores": null,
"disallowEmptyBlocks": null,
"disallowKeywordsOnNewLine": ["else"],
"disallowMixedSpacesAndTabs": null,
"disallowMultipleLineStrings": null,
"disallowSpaceAfterKeywords": null,
"disallowTrailingComma": null,
"disallowTrailingWhitespace": null,
"maximumLineLength": null,
"requireCamelCaseOrUpperCaseIdentifiers": null,
"requireCapitalizedConstructors": null,
"requireCommaBeforeLineBreak": null,
"requireCurlyBraces": null,
"requireDotNotation": null,
"requireMultipleVarDecl": null,
"requireOperatorBeforeLineBreak": null,
"requireParenthesesAroundIIFE": null,
"validateIndentation": null,
"validateQuoteMarks": null
}