Skip to content

Commit 240f877

Browse files
committed
Update dev-dependencies
1 parent 0b5f104 commit 240f877

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tape": "^5.0.0",
5555
"tinyify": "^3.0.0",
5656
"unist-builder": "^2.0.0",
57-
"xo": "^0.35.0"
57+
"xo": "^0.38.0"
5858
},
5959
"scripts": {
6060
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -89,6 +89,7 @@
8989
"guard-for-in": "off",
9090
"no-eq-null": "off",
9191
"no-self-compare": "off",
92+
"unicorn/no-array-for-each": "off",
9293
"unicorn/prefer-includes": "off",
9394
"unicorn/prefer-number-properties": "off"
9495
},

0 commit comments

Comments
 (0)