File tree 2 files changed +9
-24
lines changed
2 files changed +9
-24
lines changed Original file line number Diff line number Diff line change @@ -176,30 +176,15 @@ grunt.initConfig({
176
176
} )
177
177
} ,
178
178
jshint : {
179
- ui : {
180
- options : {
181
- jshintrc : "ui/.jshintrc"
182
- } ,
183
- files : {
184
- src : "ui/*.js"
185
- }
186
- } ,
187
- grunt : {
188
- options : {
189
- jshintrc : ".jshintrc"
190
- } ,
191
- files : {
192
- src : [ "Gruntfile.js" , "build/**/*.js" ]
193
- }
179
+ options : {
180
+ jshintrc : true
194
181
} ,
195
- tests : {
196
- options : {
197
- jshintrc : "tests/.jshintrc"
198
- } ,
199
- files : {
200
- src : "tests/unit/**/*.js"
201
- }
202
- }
182
+ src : [
183
+ "ui/*.js" ,
184
+ "Gruntfile.js" ,
185
+ "build/**/*.js" ,
186
+ "tests/unit/**/*.js"
187
+ ]
203
188
} ,
204
189
csslint : {
205
190
base_theme : {
Original file line number Diff line number Diff line change 57
57
"dependencies" : {},
58
58
"devDependencies" : {
59
59
"grunt" : " 0.4.1" ,
60
- "grunt-contrib-jshint" : " 0.6.3 " ,
60
+ "grunt-contrib-jshint" : " 0.7.1 " ,
61
61
"grunt-contrib-uglify" : " 0.1.1" ,
62
62
"grunt-contrib-concat" : " 0.1.3" ,
63
63
"grunt-contrib-qunit" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments