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 b3d2991 commit 4683510Copy full SHA for 4683510
package.json
@@ -58,7 +58,7 @@
58
"tape": "^5.0.0",
59
"tinyify": "^3.0.0",
60
"unist-builder": "^2.0.0",
61
- "xo": "^0.35.0"
+ "xo": "^0.38.0"
62
},
63
"scripts": {
64
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -99,7 +99,8 @@
99
"unicorn/explicit-length-check": "off",
100
"unicorn/prefer-includes": "off",
101
"unicorn/prefer-reflect-apply": "off",
102
- "unicorn/prefer-type-error": "off"
+ "unicorn/prefer-type-error": "off",
103
+ "unicorn/no-array-for-each": "off"
104
105
"ignores": [
106
"hast-util-select.js"
0 commit comments