We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15463b5 commit 55f7720Copy full SHA for 55f7720
package.json
@@ -29,7 +29,7 @@
29
"property-information": "^3.1.0",
30
"space-separated-tokens": "^1.0.0",
31
"stringify-entities": "^1.0.1",
32
- "unist-util-is": "^1.0.0",
+ "unist-util-is": "^2.0.0",
33
"xtend": "^4.0.1"
34
},
35
"devDependencies": {
@@ -61,16 +61,9 @@
61
"xo": {
62
"space": true,
63
"rules": {
64
- "guard-for-in": [
65
- 0
66
- ],
67
- "eqeqeq": [
68
- 0,
69
- "allow-null"
70
71
- "no-eq-null": [
72
73
- ]
+ "guard-for-in": "off",
+ "eqeqeq": "off",
+ "no-eq-null": "off"
74
75
"ignores": [
76
"hast-util-to-html.js",
0 commit comments