1
0
Fork 0
arangodb/js/node/node_modules/sinon/.jscsrc

14 lines
272 B
Plaintext

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