UNPKG

644 BJSONView Raw
1{
2 "preset": "jquery",
3 "requireSpacesInsideParentheses": {
4 "all": true,
5 "ignoreParenthesizedExpression": true,
6 "except": [ "{", "}", "[", "]", "function", "\"" ]
7 },
8 "disallowSpacesInsideParentheses": {
9 "only": [ "{", "}", "[", "]", "function" ]
10 },
11 "disallowSpacesInCallExpression": true,
12 "requirePaddingNewLinesBeforeLineComments": null,
13 "requireSpaceAfterLineComment": {
14 "allExcept": ["#", "="]
15 },
16 "disallowMultipleLineBreaks": null,
17 "requireCapitalizedComments": null,
18 "validateIndentation": null,
19 "validateCommentPosition": { "position": "above" }
20}