{ "preset": "google", "fileExtensions": [".js"], "maxErrors": 100, "excludeFiles": [ "node_modules/**", "coverage/**" ], "requireParenthesesAroundIIFE": true, "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties", "maximumLineLength": 100, "validateLineBreaks": "LF", "validateIndentation": 2, "disallowTrailingComma": true, "disallowMultipleSpaces": true, "disallowMultipleVarDecl": "exceptUndefined", "disallowKeywordsOnNewLine": null, "disallowSpacesInsideObjectBrackets": null, "disallowImplicitTypeConversion": ["string"], "safeContextKeyword": "self" }