UNPKG
wait-stream
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Simple wait module for streams3 in node
github.com/justinhelmer/wait-stream
justinhelmer/wait-stream
wait-stream
/
.eslintrc.js
19 lines
(16 loc)
•
305 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(
function
(
) {
'use strict'
;
module
.
exports
= {
extends
:
'google'
,
env
: {
mocha
:
true
},
plugins
: [
'mocha'
],
rules
: {
'max-len'
: [
2
,
150
,
2
],
'mocha/handle-done-callback'
:
2
,
'mocha/no-exclusive-tests'
:
2
,
'mocha/no-global-tests'
:
2
} }; })();