UNPKG
grappling-hook
Version:
latest (3.0.0)
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
Pre/Post hooking mechanism
github.com/keystonejs/keystone-hooks
keystonejs/grappling-hook
grappling-hook
/
.eslintrc
17 lines
(16 loc)
•
271 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:
{
"browser"
:
true
,
"node"
:
true
}
,
"rules"
:
{
"curly"
:
[
2
,
"multi-line"
]
,
"no-shadow"
:
0
,
"no-trailing-spaces"
:
0
,
"no-underscore-dangle"
:
0
,
"no-unused-expressions"
:
0
,
"quotes"
:
[
2
,
"single"
,
"avoid-escape"
]
,
"semi"
:
2
,
"strict"
:
0
}
}