12345678910111213141516171819 |
- {
- "maximumLineLength": {
- "value": 80,
- "allowComments": true,
- "allowRegex": true
- },
- "validateIndentation": 2,
- "validateQuoteMarks": "'",
- "disallowMultipleVarDecl": true,
- "disallowSpacesInAnonymousFunctionExpression": {
- "beforeOpeningRoundBrace": true
- },
- "disallowSpacesInsideObjectBrackets": "all",
- "disallowSpacesInsideArrayBrackets": "all",
- "validateJSDoc": {
- "checkParamNames": true,
- "requireParamTypes": true
- }
- }
|