Page MenuHomePhabricator
Authored By
calfzhou
Jul 27 2015, 3:17 PM
Size
795 B
Referenced Files
None
Subscribers
None
{
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do",
"try",
"catch"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"return",
"try",
"catch"
],
"disallowLeftStickedOperators": [
"?",
"+",
"-",
"/",
"*",
"=",
"==",
"===",
"!=",
"!==",
">",
">=",
"<",
"<="
],
"disallowRightStickedOperators": [
"?",
"+",
"/",
"*",
":",
"=",
"==",
"===",
"!=",
"!==",
">",
">=",
"<",
"<="
],
"requireRightStickedOperators": [
"!"
],
"requireLeftStickedOperators": [
","
],
"disallowImplicitTypeConversion": [
"string"
],
"disallowKeywords": [
"with"
],
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": [
"else"
],
"excludeFiles": [],
"validateJSDoc": {
"checkParamNames": true,
"requireParamTypes": true
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/kz/lw/2lobdhwh4tyt4sdq
Default Alt Text
.jscsrc (795 B)

Event Timeline