UNPKG

hapi-hpkp

Version:
14 lines (12 loc) 276 B
module.exports = function (grunt) { 'use strict' grunt.config('eslint', { options: { eslintrc: '.eslintrc' }, files: [ '{,grunttasks/,lib/**/,test/**/}*.js' ] }) grunt.registerTask('quicklint', 'lint the modified files', 'newer:eslint') }