hueman/grunt-tasks-config/jshint.js
2016-05-05 19:01:43 +02:00

9 lines
No EOL
281 B
JavaScript

module.exports = {
options : {
reporter : require('jshint-stylish')
},
gruntfile : ['Gruntfile.js'],
front_js : ['<%= paths.front_js %>/scripts.js' ],
global_js : ['<%= paths.global_js %>/oldBrowserCompat.js' ],
those : [], //populated dynamically with the watch event
};