UNPKG
hapi-hpkp
Version:
latest (2.0.0)
2.0.0
1.0.0
Hapi module to add HPKP headers
github.com/vbudhram/hapi-hpkp
vbudhram/hapi-hpkp
hapi-hpkp
/
grunttasks
/
lint.js
11 lines
(8 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// meta grunt task to run other linters.
module
.
exports
=
function
(
grunt
) {
'use strict'
grunt.
registerTask
(
'lint'
, [
'eslint'
,
'jscs'
]) }