UNPKG

hapi-hpkp

Version:
11 lines (8 loc) 157 B
// meta grunt task to run other linters. module.exports = function (grunt) { 'use strict' grunt.registerTask('lint', [ 'eslint', 'jscs' ]) }