{
    "preset": "jquery",
    "requireSpacesInsideParentheses": {
        "all": true,
        "ignoreParenthesizedExpression": true,
        "except": [ "{", "}", "[", "]", "function", "\"" ]
    },
    "disallowSpacesInsideParentheses": {
        "only": [ "{", "}", "[", "]", "function" ]
    },
    "disallowSpacesInCallExpression": true,
    "requirePaddingNewLinesBeforeLineComments": null,
    "requireSpaceAfterLineComment": {
        "allExcept": ["#", "="]
    },
    "disallowMultipleLineBreaks": null,
    "requireCapitalizedComments": null,
    "validateIndentation": null,
    "validateCommentPosition": { "position": "above" }
}
