Skip to content

Commit 4683510

Browse files
committed
Update dev-dependencies
1 parent b3d2991 commit 4683510

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tape": "^5.0.0",
5959
"tinyify": "^3.0.0",
6060
"unist-builder": "^2.0.0",
61-
"xo": "^0.35.0"
61+
"xo": "^0.38.0"
6262
},
6363
"scripts": {
6464
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -99,7 +99,8 @@
9999
"unicorn/explicit-length-check": "off",
100100
"unicorn/prefer-includes": "off",
101101
"unicorn/prefer-reflect-apply": "off",
102-
"unicorn/prefer-type-error": "off"
102+
"unicorn/prefer-type-error": "off",
103+
"unicorn/no-array-for-each": "off"
103104
},
104105
"ignores": [
105106
"hast-util-select.js"

0 commit comments

Comments
 (0)