UNPKG

angular-placeholder

Version:
24 lines (23 loc) 555 B
module.exports = function (grunt) { 'use strict'; grunt.config('jslint', { all: { src: [ 'bower.json', 'grunt/**/*.js', 'Gruntfile.js', 'lib/**/*.js', 'package.json', 'util/config/**/*.js' ], directives: { predef: [ 'console', 'module', 'process', 'require' ] } } }); };