Add more javascript checks into jshint:main.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -221,7 +221,9 @@ module.exports = function (grunt) { | ... | @@ -221,7 +221,9 @@ module.exports = function (grunt) { |
221 | }), | 221 | }), |
222 | files: { | 222 | files: { |
223 | src: [ | 223 | src: [ |
224 | 'src/scripts/main.js', | 224 | 'src/scripts/*.js', |
225 | 'src/scripts/model/**/*.js', | ||
226 | 'src/scripts/view/**/*.js', | ||
225 | ], | 227 | ], |
226 | }, | 228 | }, |
227 | } | 229 | } | ... | ... |
-
Please register or sign in to post a comment