%PDF- %PDF-
Direktori : /home2/vacivi36/www2]/old/wp-content/plugins/simple-lightbox/grunt/ |
Current File : //home2/vacivi36/www2]/old/wp-content/plugins/simple-lightbox/grunt/jshint.js |
module.exports = function(grunt) { grunt.config('jshint', { options : { reporter: require('jshint-stylish'), curly : true, eqeqeq : true, immed : true, latedef : true, newcap : false, noarg : true, sub : true, undef : true, unused : true, boss : true, eqnull : true, browser : true, jquery : true, globals : {} }, grunt : { options : { node : true }, src : ['Gruntfile.js', 'grunt/*.js'] }, all : { options : { globals : { 'SLB' : true, 'console' : true } }, src : ['<%= paths.js.files %>'] }, }); };