UNPKG
qize
Version:
latest (1.0.0)
1.0.0
Converts asynchronous functions to Q promises
github.com/mrcrgl/node-qize
mrcrgl/node-qize
qize
/
test
/
.jshintrc
16 lines
(13 loc)
•
257 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"../.jshintrc"
,
"expr"
:
true
,
// Custom predefined globals.
"globals"
:
{
"describe"
:
false
,
"it"
:
false
,
"before"
:
false
,
"after"
:
false
,
"beforeEach"
:
false
,
"afterEach"
:
false
}
}