Skip to content

Commit 8ab587d

Browse files
committed
removed xo
1 parent f61ee01 commit 8ab587d

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

package.json

+1-26
Original file line numberDiff line numberDiff line change
@@ -35,37 +35,12 @@
3535
"url": "https://github.com/node-fetch/fetch-blob/issues"
3636
},
3737
"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-
},
6238
"devDependencies": {
6339
"ava": "^3.15.0",
6440
"c8": "^7.7.2",
6541
"codecov": "^3.8.2",
6642
"node-fetch": "^3.0.0-beta.9",
67-
"typescript": "^4.3.2",
68-
"xo": "^0.40.1"
43+
"typescript": "^4.3.2"
6944
},
7045
"funding": [
7146
{

0 commit comments

Comments
 (0)