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 @@ -208,30 +208,15 @@ grunt.initConfig({
208
208
} )
209
209
} ,
210
210
jshint : {
211
- ui : {
212
- options : {
213
- jshintrc : "ui/.jshintrc"
214
- } ,
215
- files : {
216
- src : "ui/*.js"
217
- }
218
- } ,
219
- grunt : {
220
- options : {
221
- jshintrc : ".jshintrc"
222
- } ,
223
- files : {
224
- src : [ "Gruntfile.js" , "build/**/*.js" ]
225
- }
211
+ options : {
212
+ jshintrc : true
226
213
} ,
227
- tests : {
228
- options : {
229
- jshintrc : "tests/.jshintrc"
230
- } ,
231
- files : {
232
- src : "tests/unit/**/*.js"
233
- }
234
- }
214
+ src : [
215
+ "ui/*.js" ,
216
+ "Gruntfile.js" ,
217
+ "build/**/*.js" ,
218
+ "tests/unit/**/*.js"
219
+ ]
235
220
} ,
236
221
csslint : {
237
222
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