UNPKG
@conduitvc/mosca
Version:
latest (2.8.3-patch.3)
2.8.3
2.8.3-patch.3
2.8.3-patch.2
2.8.3-patch.1
MQTT broker as a module
github.com/mcollina/mosca
mcollina/mosca
@conduitvc/mosca
/
.jshintrc
17 lines
(16 loc)
•
267 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"node"
:
true
,
"indent"
:
2
,
"expr"
:
true
,
"globals"
:
{
"it"
:
false
,
"afterEach"
:
false
,
"beforeEach"
:
false
,
"describe"
:
false
,
"mosca"
:
false
,
"expect"
:
false
,
"before"
:
false
,
"globalLogger"
:
false
,
"sinon"
:
false
}
}