UNPKG
hapi-plugin-pg
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Hapi.js Plugin for postgres (PG 7.x.x)
github.com/doron2402/hapi-pg
doron2402/hapi-pg
hapi-plugin-pg
/
.eslintrc
14 lines
(13 loc)
•
264 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"root"
:
true
,
"extends"
:
"eslint-config-hapi"
,
"plugins"
: [
//
"markdown"
],
"rules"
: {
"indent"
: [
2
,
2
],
"no-multiple-empty-lines"
: [
2
, {
"max"
:
2
}],
"hapi/hapi-scope-start"
: [
0
],
"no-else-return"
: [
0
] } }