UNPKG
dispo
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Job and cronjob scheduler for Node
github.com/gonsfx/dispo
gonsfx/dispo
dispo
/
.eslintrc
13 lines
(12 loc)
•
154 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"parser"
:
"babel-eslint"
,
"extends"
:
"standard"
,
"env"
:
{
"mocha"
:
true
,
"node"
:
true
}
,
"plugins"
:
[
"babel"
,
"import"
]
}