{ "checkbuild": { "enable": ["jshint", "jsinspect", "nsp", "david"], // don't exit immediately if one of the tools reports an error "continueOnError": true, // don't exit(1) even if we had some failures "allowFailures": false }, "jshint": { "args": ["**/*.js", "!*node_modules/**", "!*example/**"] }, "jsinspect": { "args": ["**/*.js", "!*node_modules/**", "!*example/**", "!*tests/**"], "diff": true, "threshold": 40 }, "david":{ "stable": true }, "nsp": {} }