Merge in jshint.all from the config.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -215,6 +215,9 @@ module.exports = function (grunt) { | ... | @@ -215,6 +215,9 @@ module.exports = function (grunt) { |
215 | }, | 215 | }, |
216 | } | 216 | } |
217 | }; | 217 | }; |
218 | if (common.jshint.all) { | ||
219 | initConfig.jshint.all = initConfig.jshint.all.concat(common.jshint.all); | ||
220 | } | ||
218 | checkList.push('jshint'); | 221 | checkList.push('jshint'); |
219 | } | 222 | } |
220 | 223 | ... | ... |
-
Please register or sign in to post a comment