UNPKG
co-for-loop
Version:
latest (0.0.2)
0.0.2
0.0.1
for loop async using generators
github.com/Cereceres/co-for-loop
Cereceres/co-for-loop
co-for-loop
/
.eslintrc
10 lines
(9 loc)
•
99 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"standard"
,
"rules"
:
{
"indent"
:
[
2
,
2
]
}
,
"env"
:
{
"node"
:
true
}
}