UNPKG
nexthenify
Version:
latest (0.1.0)
0.1.0
Convert promises back to callbacks
github.com/Brinkbit/nexthenify
Brinkbit/nexthenify
nexthenify
/
test
/
.eslintrc
12 lines
(11 loc)
•
216 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"env"
:
{
"mocha"
:
true
}
,
"rules"
:
{
"no-unused-expressions"
:
0
,
"func-names"
:
0
,
"space-before-function-paren"
:
[
2
,
"never"
]
,
"max-nested-callbacks"
:
0
,
}
}