24 lines
616 B
Text
24 lines
616 B
Text
{
|
|
"esnext": true,
|
|
"preset": "crockford",
|
|
"requireMultipleVarDecl": null,
|
|
"disallowDanglingUnderscores": null,
|
|
"disallowKeywords": [
|
|
"with"
|
|
],
|
|
"disallowMultipleVarDecl": "strict",
|
|
"validateQuoteMarks": "\"",
|
|
"validateIndentation": 2,
|
|
"disallowSpaceAfterObjectKeys": true,
|
|
"disallowSpacesInCallExpression": true,
|
|
"disallowYodaConditions": true,
|
|
"maximumLineLength": {
|
|
"value": 120,
|
|
"allowUrlComments": true
|
|
},
|
|
"requireFunctionDeclarations": true,
|
|
"requireSemicolons": true,
|
|
"validateLineBreaks": "LF",
|
|
"validateParameterSeparator": ", ",
|
|
"requireBlocksOnNewline": 1
|
|
}
|