UNPKG

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