Remove unused vars and add jshint checking
This commit is contained in:
@@ -13,7 +13,6 @@ module.exports.cli = function(opts) {
|
||||
return;
|
||||
}
|
||||
|
||||
var template = [0];
|
||||
if (!opts.templates.length) {
|
||||
throw new Handlebars.Exception('Must define at least one template or directory.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user