UNPKG
fetch-jsonp
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.2
0.9.0
Fetch JSONP like a boss using Fetch API
github.com/camsong/fetch-jsonp
camsong/fetch-jsonp
fetch-jsonp
/
.eslintrc
22 lines
(17 loc)
•
234 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root:
true
env:
es6:
true
node:
true
browser:
true
mocha:
true
ecmaFeatures:
modules:
true
extends:
"airbnb"
rules:
quotes:
0
func-names:
0
comma-dangle:
0
no-new-func:
0
no-eq-null:
0
no-param-reassign:
0