gcr-toggl-api
Version:
Toggl API for Node.js
24 lines (23 loc) • 489 B
Plain Text
{
"preset": "google",
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do",
"try",
"catch"
],
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"disallowAnonymousFunctions": true,
"disallowMultipleLineBreaks": null,
"disallowMultipleVarDecl": true,
"disallowSpacesInsideObjectBrackets": null,
"disallowKeywordsOnNewLine": [],
"maximumLineLength": {
"value": 150,
"allowComments": true,
"allowRegex": true
}
}