Skip to content

Commit d87553a

Browse files
committed
Adding grunt file to JSHint.
1 parent 2bb7f1a commit d87553a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,18 @@ module.exports = function(grunt) {
136136
nonull: true,
137137
},
138138
},
139+
jshint: {
140+
gruntfile: {
141+
files: {
142+
src: ['gruntfile.js']
143+
}
144+
}
145+
},
139146
watch: {
147+
gruntfile: {
148+
files: [ 'gruntfile.js' ],
149+
tasks: [ 'jshint:gruntfile' ]
150+
},
140151
js: {
141152
files: [
142153
"<%= dirs.js_src %>/*.js"

0 commit comments

Comments
 (0)