diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:48 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:48 +0200 |
commit | f044622bae3853abe8dc142585e9ba881b1c7ebd (patch) | |
tree | 847038d308cc27fedb388de63e40eb5e0adcad94 /Gruntfile.js | |
parent | 6987220d2b561d73ad7c1f92988ffff239f8136b (diff) | |
download | jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.tar.gz jquery-f044622bae3853abe8dc142585e9ba881b1c7ebd.zip |
No ticket. Restore checking individual src/**/*.js files by jsHint.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index e62255720..a4215b558 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -53,6 +53,12 @@ module.exports = function( grunt ) { } }, jshint: { + src: { + src: [ "src/**/*.js" ], + options: { + jshintrc: "src/.jshintrc" + } + }, dist: { src: [ "dist/jquery.js" ], options: srcHintOptions |