UNPKG
hapi-and-healthy
Version:
latest (7.1.0)
7.1.0
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.1
6.0.0
5.0.0
4.6.1
4.6.0
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.6.1
3.6.0
3.5.0
3.4.2
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Health Status API for Hapi
github.com/atomantic/hapi-and-healthy
atomantic/hapi-and-healthy
hapi-and-healthy
/
.eslintrc
20 lines
(19 loc)
•
321 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"parserOptions"
:
{
"ecmaVersion"
:
2017
,
"sourceType"
:
"module"
}
,
"env"
:
{
"es6"
:
true
,
"node"
:
true
}
,
"globals"
:
{
}
,
"rules"
:
{
"brace-style"
:
[
1
,
"1tbs"
,
{
"allowSingleLine"
:
true
}
]
,
"camelcase"
:
0
,
"no-multi-spaces"
:
2
,
"quotes"
:
[
2
,
"single"
]
,
"strict"
:
0
}
}