UNPKG
@starryinternet/jobi
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Tiny logging utility with events and streams
github.com/StarryInternet/jobi
StarryInternet/jobi
@starryinternet/jobi
/
test
/
.eslintrc
17 lines
(16 loc)
•
282 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:
{
"mocha"
:
true
}
,
"extends"
:
"plugin:mocha/recommended"
,
"plugins"
:
[
"mocha"
]
,
"rules"
:
{
"mocha/no-mocha-arrows"
:
"off"
}
,
"globals"
:
{
"expect"
:
"readonly"
,
"assert"
:
"readonly"
,
"sinon"
:
"readonly"
,
"getModule"
:
"readonly"
}
}