Just as an example, the controller template adds /* jshint -W098 */, which is meant to disable warnings for unused variables.
However, the only reason there would be unused variable warnings is because the package has just been created, and the developer hasn't built the code. I would say that this is a completely valid warning that we'd want.
Haven't had a chance to look over all the templates, but I'm suggesting we shouldn't hide issues that will alert developers to areas this tool has created that they haven't reviewed/adjusted to their needs.
Just as an example, the controller template adds
/* jshint -W098 */, which is meant to disable warnings for unused variables.However, the only reason there would be unused variable warnings is because the package has just been created, and the developer hasn't built the code. I would say that this is a completely valid warning that we'd want.
Haven't had a chance to look over all the templates, but I'm suggesting we shouldn't hide issues that will alert developers to areas this tool has created that they haven't reviewed/adjusted to their needs.