UNPKG
gremlin-script
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Generate Gremlin scripts with ease
github.com/gulthor/gremlin-script
gulthor/gremlin-script
gremlin-script
/
.jshintrc
13 lines
•
230 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"node"
:
true
,
"strict"
:
true
,
"globals"
:
{
/* MOCHA */
"describe"
:
false
,
"it"
:
false
,
"before"
:
false
,
"beforeEach"
:
false
,
"after"
:
false
,
"afterEach"
:
false
}
}