// should allow comments in this type of config
{
    "excludeFiles": [
        "coverage",
        "node_modules/**",
        "build/*",
        "coverage/*",
        "pkg/*"
    ],
    "preset": "crockford",

    // Sinon specific overrides
    "validateQuoteMarks" : "\"",
    "requireMultipleVarDecl" : null
}
