{ "excludeFiles": [ "node_modules" ], "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"], "requireSpaceBeforeBlockStatements": true, "requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch"], "requireParenthesesAroundIIFE": true, "requireSpacesInConditionalExpression": { "afterTest": true, "beforeConsequent": true, "afterConsequent": true, "beforeAlternate": true }, "requireBlocksOnNewline": 1, "disallowEmptyBlocks": true, "requireCommaBeforeLineBreak": true, "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "disallowImplicitTypeConversion": ["binary"], "disallowKeywords": ["with"], "validateLineBreaks": "LF", "validateQuoteMarks": { "mark": "'", "escape": true }, "maximumLineLength": { "value": 100, "allowUrlComments": true, "allowRegex": true }, "validateIndentation": 2, "disallowMixedSpacesAndTabs": true, "disallowTrailingWhitespace": true, "disallowTrailingComma": true, "requireLineFeedAtFileEnd": true, "requireDotNotation": true, "requireSpaceAfterLineComment": true, "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true }, "disallowSpacesInFunctionExpression": { "beforeOpeningRoundBrace": true } }