mangrove-botkit
Version:
Building blocks for Building Bots
13 lines (12 loc) • 366 B
Plain Text
{
"preset": "google",
"disallowKeywords": ["with"],
"disallowMultipleLineBreaks": null,
"disallowMultipleVarDecl": null,
"maximumLineLength": 180,
"disallowSpacesInsideObjectBrackets": null,
"requireCamelCaseOrUpperCaseIdentifiers": null,
"requireCurlyBraces": null,
"validateIndentation": 4,
"requireSpaceAfterComma": true
}