{ "excludeFiles": [ "node_modules/**", "pjax.js" ], "fileExtensions": [ ".js" ], "requireCurlyBraces": [ "if", "else", "for", "while", "do", "try", "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": { "beforeOpeningCurlyBrace": true }, "disallowSpacesInFunctionExpression": { "beforeOpeningRoundBrace": true }, "disallowMultipleVarDecl": true, "requireBlocksOnNewline": 1, "disallowPaddingNewlinesInBlocks": true, "disallowEmptyBlocks": true, "disallowSpacesInsideObjectBrackets": true, "disallowSpacesInsideArrayBrackets": true, "disallowSpacesInsideParentheses": true, "disallowQuotedKeysInObjects": "allButReserved", "disallowSpaceAfterObjectKeys": true, "requireCommaBeforeLineBreak": true, "requireOperatorBeforeLineBreak": [ "?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ], "disallowSpaceAfterPrefixUnaryOperators": [ "++", "--", "+", "-", "~", "!" ], "disallowSpaceBeforePostfixUnaryOperators": [ "++", "--" ], "requireSpaceBeforeBinaryOperators": [ "+", "-", "/", "*", "=", "==", "===", "!=", "!==" ], "requireSpaceAfterBinaryOperators": [ "+", "-", "/", "*", "=", "==", "===", "!=", "!==" ], "disallowImplicitTypeConversion": [ "numeric", "boolean", "binary", "string" ], "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties", "disallowKeywords": [ "with" ], "disallowMultipleLineStrings": true, "validateQuoteMarks": "\"", "validateIndentation": 2, "disallowMixedSpacesAndTabs": true, "disallowTrailingWhitespace": true, "requireKeywordsOnNewLine": [ "else" ], "requireLineFeedAtFileEnd": true, "requireCapitalizedConstructors": true, "safeContextKeyword": "that", "requireDotNotation": true, "jsDoc": { "checkParamNames": true, "checkRedundantParams": true, "requireParamTypes": true }, "requireSpaceAfterLineComment": true }