File tree Expand file tree Collapse file tree 2 files changed +9
-24
lines changed
Expand file tree Collapse file tree 2 files changed +9
-24
lines changed Original file line number Diff line number Diff line change @@ -176,30 +176,15 @@ grunt.initConfig({
176176 } )
177177 } ,
178178 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
194181 } ,
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+ ]
203188 } ,
204189 csslint : {
205190 base_theme : {
Original file line number Diff line number Diff line change 5757 "dependencies" : {},
5858 "devDependencies" : {
5959 "grunt" : " 0.4.1" ,
60- "grunt-contrib-jshint" : " 0.6.3 " ,
60+ "grunt-contrib-jshint" : " 0.7.1 " ,
6161 "grunt-contrib-uglify" : " 0.1.1" ,
6262 "grunt-contrib-concat" : " 0.1.3" ,
6363 "grunt-contrib-qunit" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments