UNPKG
hapi-cloudwatch
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
log requests to AWS cloudwatch
github.com/clarkie/hapi-cloudwatch
clarkie/hapi-cloudwatch
hapi-cloudwatch
/
.eslintrc.json
10 lines
(9 loc)
•
125 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"airbnb-base"
,
"env"
:
{
"node"
:
true
}
,
"rules"
:
{
"arrow-parens"
:
[
"error"
,
"as-needed"
]
}
}