Skip to content

Commit 55f7720

Browse files
committed
Update dependencies
1 parent 15463b5 commit 55f7720

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

package.json

+4-11
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"property-information": "^3.1.0",
3030
"space-separated-tokens": "^1.0.0",
3131
"stringify-entities": "^1.0.1",
32-
"unist-util-is": "^1.0.0",
32+
"unist-util-is": "^2.0.0",
3333
"xtend": "^4.0.1"
3434
},
3535
"devDependencies": {
@@ -61,16 +61,9 @@
6161
"xo": {
6262
"space": true,
6363
"rules": {
64-
"guard-for-in": [
65-
0
66-
],
67-
"eqeqeq": [
68-
0,
69-
"allow-null"
70-
],
71-
"no-eq-null": [
72-
0
73-
]
64+
"guard-for-in": "off",
65+
"eqeqeq": "off",
66+
"no-eq-null": "off"
7467
},
7568
"ignores": [
7669
"hast-util-to-html.js",

0 commit comments

Comments
 (0)