{ "fileExtensions": [ ".js" ], "excludeFiles": ["node_modules/**"], "requireCurlyBraces": true, "requireSpaceAfterKeywords": true, "requireSpaceBeforeBlockStatements": true, "requireParenthesesAroundIIFE": true, "requireSpacesInConditionalExpression": 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 }, "disallowSpacesInCallExpression": true, "disallowMultipleVarDecl": true, "requireBlocksOnNewline": 1, "requirePaddingNewLinesInObjects": true, "disallowEmptyBlocks": true, "disallowQuotedKeysInObjects": true, "disallowSpaceAfterObjectKeys": true, "requireSpaceBeforeObjectValues": true, "requireCommaBeforeLineBreak": true, "requireOperatorBeforeLineBreak": true, "disallowSpaceAfterPrefixUnaryOperators": true, "disallowSpaceBeforePostfixUnaryOperators": true, "requireSpaceBeforeBinaryOperators": true, "requireSpaceAfterBinaryOperators": true, "requireCamelCaseOrUpperCaseIdentifiers": true, "disallowMultipleLineStrings": true, "disallowMultipleLineBreaks": true, "disallowMixedSpacesAndTabs": true, "disallowTrailingWhitespace": true, "disallowTrailingComma": true, "disallowKeywordsOnNewLine": ["else"], "requireLineFeedAtFileEnd": true, "requireCapitalizedConstructors": true, "requireDotNotation": true, "disallowYodaConditions": true, "requireSpaceAfterLineComment": true, "disallowFunctionDeclarations": true, "disallowNewlineBeforeBlockStatements": true, "validateQuoteMarks": { "mark": "'", "escape": true }, "validateIndentation": 4, "validateParameterSeparator": ", " }