UNPKG
@a1motion/aws-cloudfront-sign
Version:
latest (2.3.0)
2.3.0
Utility module for signing AWS CloudFront URLs
a1motion/aws-cloudfront-sign
@a1motion/aws-cloudfront-sign
/
.jshintrc
17 lines
(16 loc)
•
262 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"undef"
:
true
,
"camelcase"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"freeze"
:
true
,
"indent"
:
2
,
"newcap"
:
true
,
"quotmark"
:
"single"
,
"maxdepth"
:
3
,
"maxstatements"
:
25
,
"maxlen"
:
80
,
"eqnull"
:
true
,
"funcscope"
:
true
,
"node"
:
true
}