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 11b34bb commit 8322473Copy full SHA for 8322473
package.json
@@ -66,7 +66,7 @@
66
"remark-preset-wooorm": "^8.0.0",
67
"tape": "^5.0.0",
68
"unist-util-visit": "^2.0.0",
69
- "xo": "^0.36.0"
+ "xo": "^0.37.0"
70
},
71
"scripts": {
72
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -104,10 +104,9 @@
104
"no-eq-null": "off",
105
"no-self-compare": "off",
106
"unicorn/explicit-length-check": "off",
107
- "unicorn/no-fn-reference-in-iterator": "off",
+ "unicorn/no-array-callback-reference": "off",
108
"unicorn/prefer-includes": "off",
109
- "unicorn/prefer-number-properties": "off",
110
- "unicorn/prefer-type-error": "off"
+ "unicorn/prefer-number-properties": "off"
111
}
112
113
"remarkConfig": {
0 commit comments