UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

22 lines (21 loc) 676 B
{ "preset": "jquery", "requireEarlyReturn": true, "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" } }