{
    "preset": "google",
    "fileExtensions": [ ".js" ],
    "validateIndentation": 4,
    "maximumLineLength": 80,
    "requireCapitalizedConstructors": true,
    "disallowEmptyBlocks": true,
    "requireDotNotation": false,
    "excludeFiles": [ "node_modules/**", "coverage/**" ]
}
