UNPKG
fanout-task
Version:
latest (1.0.1)
1.0.1
Efficient zero-alloc parallel fanout
github.com/Raynos/fanout-task
Raynos/fanout-task
fanout-task
/
.eslintrc
13 lines
(12 loc)
•
199 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"perf-standard"
,
"globals"
:
{
"global"
:
true
}
,
"rules"
:
{
"spaced-comment"
:
0
,
"indent"
:
[
2
,
4
,
{
"SwitchCase"
:
1
}
]
}
}