File tree 1 file changed +1
-26
lines changed
1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 35
35
"url" : " https://github.com/node-fetch/fetch-blob/issues"
36
36
},
37
37
"homepage" : " https://github.com/node-fetch/fetch-blob#readme" ,
38
- "xo" : {
39
- "rules" : {
40
- "unicorn/prefer-node-protocol" : " off" ,
41
- "unicorn/numeric-separators-style" : " off" ,
42
- "unicorn/prefer-spread" : " off" ,
43
- "unicorn/prefer-number-properties" : " off" ,
44
- "import/extensions" : [
45
- " error" ,
46
- " always" ,
47
- {
48
- "ignorePackages" : true
49
- }
50
- ]
51
- },
52
- "overrides" : [
53
- {
54
- "files" : " test.js" ,
55
- "rules" : {
56
- "node/no-unsupported-features/es-syntax" : 0 ,
57
- "node/no-unsupported-features/node-builtins" : 0
58
- }
59
- }
60
- ]
61
- },
62
38
"devDependencies" : {
63
39
"ava" : " ^3.15.0" ,
64
40
"c8" : " ^7.7.2" ,
65
41
"codecov" : " ^3.8.2" ,
66
42
"node-fetch" : " ^3.0.0-beta.9" ,
67
- "typescript" : " ^4.3.2" ,
68
- "xo" : " ^0.40.1"
43
+ "typescript" : " ^4.3.2"
69
44
},
70
45
"funding" : [
71
46
{
You can’t perform that action at this time.
0 commit comments