{ "disallowQuotedKeysInObjects": true, "requireCapitalizedConstructors": true, "requireDotNotation": true, "requireMatchingFunctionName": true, "requireSemicolons": true, "requireSpaceBetweenArguments": true, "requireSpacesInForStatement": true, "requireCurlyBraces": [ "if", "else", "for", "while", "do", "try", "catch" ], "requireSpaceBeforeKeywords": [ "else", "while", "catch" ], "requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return", "try", "catch" ], "requireSpaceBeforeBlockStatements": true, "requireParenthesesAroundIIFE": true, "requireSpacesInConditionalExpression": { "afterTest": true, "beforeConsequent": true, "afterConsequent": true, "beforeAlternate": true }, "requireSpacesInFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "requireSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "requireSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "requireSpacesInFunction": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "requireMultipleVarDecl": true, "requireBlocksOnNewline": true, "disallowEmptyBlocks": true, "disallowSpacesInsideArrayBrackets": "all", "disallowSpacesInsideParentheses": true, "disallowSpacesInsideParenthesizedExpression": true, "requireSpacesInsideObjectBrackets": "all", "disallowSpaceAfterObjectKeys": true, "requireSpaceBeforeObjectValues": true, "requireCommaBeforeLineBreak": true, "requireOperatorBeforeLineBreak": [ "?", "=", "+", "-", "/", "*", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ], "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "disallowImplicitTypeConversion": ["numeric", "boolean", "binary", "string"], "disallowKeywords": ["with"], "disallowMultipleLineStrings": true, "disallowMultipleLineBreaks": true, "validateQuoteMarks": "'", "validateIndentation": 4, "disallowMixedSpacesAndTabs": true, "disallowTrailingComma": true, "disallowKeywordsOnNewLine": ["else"], "requireLineFeedAtFileEnd": true, "maximumLineLength": { "value": 600, "allowComments": true, "allowUrlComments": true, "allowRegex": true }, "requireCapitalizedConstructors": true, "safeContextKeyword": ["that", "self"], "disallowYodaConditions": true, "requireSpaceAfterLineComment": false, "disallowNewlineBeforeBlockStatements": true }