UNPKG

grunt-load-options

Version:

A simple plugin to modularize your Gruntfile by putting configuration options and tasks in a `grunt` subfolder.

12 lines (10 loc) 149 B
/* grunt-contrib-jshint */ module.exports = { all: [ 'grunt/**/*.js', 'tasks/**/*.js' ], options: { jshintrc: '.jshintrc', } };