UNPKG

express-statsd

Version:

Statsd route monitoring middleware for connect/express

17 lines (12 loc) 298 B
module.exports = function (grunt) { grunt.initConfig({ jshint: { files: ['Gruntfile.js', 'lib/**/*.js', 'test/**/*.js'], options: { jshintrc: '.jshintrc' } } }); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.registerTask('default', ['jshint']); };