UNPKG
wd-bridge
Version:
latest (0.0.2)
0.0.2
0.0.1
a bridge between the wd driver and other selenium clients
github.com/sebv/wd-bridge
sebv/wd-bridge
wd-bridge
/
.jshintrc
13 lines
(12 loc)
•
188 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"laxcomma"
:
false
,
"strict"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"trailing"
:
true
,
"node"
:
true
,
"eqeqeq"
:
true
,
"trailing"
:
true
,
"white"
:
true
,
"indent"
:
2
}