Skip to content

Commit 29b33ae

Browse files
committed
Remove XO
1 parent fa892ad commit 29b33ae

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

package.json

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Checks for the presence of URL protocol without a slashes (colon-slash-slash)",
55
"main": "index.js",
66
"scripts": {
7-
"test": "xo && ava"
7+
"test": "ava"
88
},
99
"engines": {
1010
"node": ">=0.10"
@@ -33,48 +33,6 @@
3333
},
3434
"homepage": "https://github.com/Arttse/node.is-url-protocol-without-slashes#readme",
3535
"devDependencies": {
36-
"ava": "^0.16.0",
37-
"xo": "^0.16.0"
38-
},
39-
"xo": {
40-
"esnext": false,
41-
"rules": {
42-
"no-multi-spaces": [
43-
"error",
44-
{
45-
"exceptions": {
46-
"Property": true
47-
}
48-
}
49-
],
50-
"no-spaced-func": 0,
51-
"space-in-parens": [
52-
"error",
53-
"always"
54-
],
55-
"no-multiple-empty-lines": [
56-
"error",
57-
{
58-
"max": 2,
59-
"maxEOF": 1
60-
}
61-
],
62-
"padded-blocks": 0,
63-
"indent": [
64-
"error",
65-
2
66-
],
67-
"key-spacing": [
68-
"error",
69-
{
70-
"beforeColon": true,
71-
"afterColon": true,
72-
"align": "colon"
73-
}
74-
],
75-
"no-extra-parens": [
76-
"warn"
77-
]
78-
}
36+
"ava": "^0.16.0"
7937
}
8038
}

0 commit comments

Comments
 (0)