{ "preset": "google", "fileExtensions": [".js", "jscs"], "requireParenthesesAroundIIFE": true, "maximumLineLength": 120, "validateLineBreaks": "LF", "validateIndentation": 2, "disallowKeywords": ["with"], "disallowSpacesInsideObjectBrackets": null, "disallowImplicitTypeConversion": ["string"], "safeContextKeyword": "_this", "excludeFiles": [ "test/data/**" ], "requirePaddingNewLinesAfterUseStrict": true }