UNPKG
vinyl-request
Version:
latest (0.1.0)
0.1.0
Turn HTTP requests into vinyl.
github.com/izaakschroeder/vinyl-request
izaakschroeder/vinyl-request
vinyl-request
/
test
/
spec
/
.eslintrc
16 lines
(14 loc)
•
197 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"globals"
:
{
"describe"
:
true
,
"beforeEach"
:
true
,
"afterEach"
:
true
,
"it"
:
true
,
"expect"
:
true
,
"sinon"
:
true
}
,
"rules"
:
{
"func-names"
:
0
,
"no-unused-expressions"
:
0
}
}