Add jshint config for tasks and remove lint

This commit is contained in:
Tim Schaub
2014-07-31 12:00:37 -06:00
parent 711c4bbc8c
commit 33b68123ac
5 changed files with 53 additions and 34 deletions

View File

@@ -144,7 +144,7 @@ async.waterfall([
writeExampleList
], function(err) {
if (err) {
console.error(err);
process.stderr.write(err + '\n');
process.exit(1);
}
});