{ "preset": "google", "fileExtensions": [ ".js", "jscs" ], "requireParenthesesAroundIIFE": true, "maxErrors": 100, "maximumLineLength": 120, "validateLineBreaks": "LF", "validateIndentation": 4, "disallowKeywords": ["with"], "disallowSpacesInsideObjectBrackets": null, "disallowImplicitTypeConversion": ["string"], "safeContextKeyword": "_this" }