{ "disallowKeywords": [ "with" ], "disallowKeywordsOnNewLine": [ "else" ], "disallowMixedSpacesAndTabs": true, "disallowMultipleVarDecl": { "allExcept": [ "undefined" ] }, "disallowNewlineBeforeBlockStatements": true, "disallowSpaceAfterObjectKeys": true, "disallowSpaceAfterPrefixUnaryOperators": true, "disallowSpacesInFunction": { "beforeOpeningRoundBrace": true }, "disallowSpacesInsideParentheses": true, "disallowTrailingWhitespace": true, "maximumLineLength": 130, "requireCamelCaseOrUpperCaseIdentifiers": true, "requireCapitalizedConstructors": true, "requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "case", "return", "try", "catch", "typeof" ], "requireSpaceAfterLineComment": true, "requireSpaceAfterBinaryOperators": true, "requireSpaceBeforeBinaryOperators": true, "requireSpaceBeforeBlockStatements": true, "requireSpaceBeforeObjectValues": true, "requireSpacesInFunction": { "beforeOpeningCurlyBrace": true }, "requireTrailingComma": null, "validateIndentation": 2, "validateLineBreaks": "LF" }