UNPKG

karma-whs-benchmark

Version:

Continuous JavaScript Performance Monitoring with Benchmark.js and the Karma Runner

25 lines (18 loc) 368 B
module.exports = function(grunt) { 'use strict'; grunt.initConfig({ jshint: { benchmark: { options: { jshintrc: '.jshintrc' }, src: [ 'lib/perftacular.js', 'adapter.js', 'index.js' ] } } }); grunt.loadNpmTasks('grunt-contrib-jshint'); };