4c9067a3 by Adam Heath

Merge in jshint.all from the config.

1 parent 55ad26c2
......@@ -215,6 +215,9 @@ module.exports = function (grunt) {
},
}
};
if (common.jshint.all) {
initConfig.jshint.all = initConfig.jshint.all.concat(common.jshint.all);
}
checkList.push('jshint');
}
......