UNPKG

handlebars-helpers-pack

Version:

A neat pack of helpers for Handlebars templates

18 lines (17 loc) 318 B
module.exports = function (grunt) { return { code: { options: grunt.util._.merge({ node: true, globals: { require: true, define: true } }, grunt.file.readJSON('.jshintrc')), src: [ '*.{json,js}', 'tests/**/*.js' ] } }; };