UNPKG
mongoscope-client
Version:
latest (0.2.8)
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
shush
github.com/imlucas/mongoscope-client
imlucas/mongoscope-client
mongoscope-client
/
.jshintrc
20 lines
(19 loc)
•
271 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
{
"eqeqeq"
:
true
,
"node"
:
true
,
"browser"
:
true
,
"newcap"
:
true
,
"predef"
:
[
"describe"
,
"it"
,
"before"
,
"beforeEach"
,
"after"
,
"afterEach"
]
,
"unused"
:
true
,
"trailing"
:
true
,
"boss"
:
true
,
"loopfunc"
:
true
,
"undef"
:
true
}