UNPKG
london
Version:
latest (1.0.0-alpha)
1.0.0-alpha
maps all URL's for Hapi
github.com/voudeonibus/London
voudeonibus/London
london
/
.eslintrc
17 lines
(16 loc)
•
294 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:
{
"node"
:
1
,
"mocha"
:
1
}
,
"rules"
:
{
"indent"
:
[
2
,
2
]
,
"quotes"
:
[
2
,
"single"
,
"avoid-escape"
]
,
"block-scoped-var"
:
true
,
"no-redeclare"
:
true
,
"camelcase"
:
[
0
]
,
"no-process-exit"
:
[
0
]
,
"no-underscore-dangle"
:
[
0
]
,
"no-shadow"
:
[
0
]
}
}