aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-09-06 20:31:48 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-09-06 20:31:48 +0200
commitf044622bae3853abe8dc142585e9ba881b1c7ebd (patch)
tree847038d308cc27fedb388de63e40eb5e0adcad94 /Gruntfile.js
parent6987220d2b561d73ad7c1f92988ffff239f8136b (diff)
downloadjquery-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.js6
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