// should allow comments in this type of config
{
"excludeFiles": [
"node_modules/**",
"build/*",
"pkg/*"
],
"preset": "crockford",
// Sinon specific overrides
"validateQuoteMarks" : "\"",
"requireMultipleVarDecl" : null
}