UNPKG

require-grunt-configs

Version:

Load a directory of grunt configurations. Very similar to load-grunt-tasks but for configuration.

12 lines (11 loc) 212 B
module.exports = { files: ['gruntfile.js'], // configure JSHint (documented at http://www.jshint.com/docs/) options: { globals: { jQuery: true, console: true, module: true } } }