19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
|
{
|
||
|
"maximumLineLength": {
|
||
|
"value": 80,
|
||
|
"allowComments": true,
|
||
|
"allowRegex": true
|
||
|
},
|
||
|
"validateIndentation": 2,
|
||
|
"validateQuoteMarks": "'",
|
||
|
"disallowMultipleVarDecl": true,
|
||
|
"disallowSpacesInAnonymousFunctionExpression": {
|
||
|
"beforeOpeningRoundBrace": true
|
||
|
},
|
||
|
"disallowSpacesInsideObjectBrackets": "all",
|
||
|
"disallowSpacesInsideArrayBrackets": "all",
|
||
|
"validateJSDoc": {
|
||
|
"checkParamNames": true,
|
||
|
"requireParamTypes": true
|
||
|
}
|
||
|
}
|