{ "disallowKeywords": ["with"], "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceBeforeBinaryOperators": [ "," ], "requireSpaceBeforeBinaryOperators": [ "=", "==", "===", "!=", "!==" ], "requireSpacesInConditionalExpression": { "afterTest": true, "beforeConsequent": true, "afterConsequent": true, "beforeAlternate": true }, "requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch"], "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"], "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true }, "disallowImplicitTypeConversion": ["string"], "disallowMixedSpacesAndTabs": true, "disallowTrailingComma": true, "disallowYodaConditions": true, "disallowNewlineBeforeBlockStatements": true }