UNPKG
node-express-metrics
Version:
latest (1.0.0)
1.0.0
Express middleware to log the metrics traces
github.com/telefonica/node-express-metrics
node-express-metrics
/
.eslintrc
12 lines
(11 loc)
•
217 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"env"
:
{
"node"
:
true
}
,
"rules"
:
{
"no-use-before-define"
:
[
2
,
"nofunc"
]
,
//latedef in jshint
"quotes"
:
[
2
,
"single"
]
,
"no-underscore-dangle"
:
0
,
"new-cap"
:
[
1
,
{
"capIsNew"
:
false
}
]
}
}