UNPKG

hazdev-webutils

Version:

Utilities commonly used in web applications developed by the EHP HazDev team.

20 lines (17 loc) 311 B
'use strict'; var config = require('./config'); var jshint = { options: { jshintrc: '.jshintrc' }, gruntfile: [ 'Gruntfile.js', 'gruntconfig/**/*.js' ], scripts: [ config.example + '/**/*.js', config.src + '/**/*.js', config.test + '/**/*.js' ] }; module.exports = jshint;