{ "disallowCommaBeforeLineBreak":true ,"disallowEmptyBlocks":true ,"disallowKeywordsOnNewLine": ["else"] ,"disallowMixedSpacesAndTabs": true ,"disallowMultipleLineBreaks": true ,"disallowMultipleLineStrings": true ,"disallowNewlineBeforeBlockStatements": true ,"disallowOperatorBeforeLineBreak": true ,"disallowPaddingNewlinesInBlocks": true ,"disallowQuotedKeysInObjects": true ,"disallowSpaceAfterObjectKeys": true ,"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"] ,"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"] ,"disallowSpacesInCallExpression": true ,"disallowSpacesInConditionalExpression": { "afterTest": true ,"beforeConsequent": true ,"afterConsequent": true ,"beforeAlternate": true } ,"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true } ,"disallowTrailingComma": true ,"disallowTrailingWhitespace": true ,"disallowYodaConditions": true ,"requireCurlyBraces": [ "for" ,"while" ,"do" ,"try" ,"catch" ,"case" ,"default" ] ,"requireMultipleVarDecl": true ,"requireParenthesesAroundIIFE": true ,"safeContextKeyword": ["that"] }