Skip to content

Commit 1d2deda

Browse files
committed
Update dev-dependencies
1 parent dc1301e commit 1d2deda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"remark-preset-wooorm": "^8.0.0",
6767
"tape": "^5.0.0",
6868
"unist-util-visit": "^2.0.0",
69-
"xo": "^0.37.0"
69+
"xo": "^0.38.0"
7070
},
7171
"scripts": {
7272
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -104,6 +104,7 @@
104104
"no-eq-null": "off",
105105
"no-self-compare": "off",
106106
"unicorn/explicit-length-check": "off",
107+
"unicorn/no-array-for-each": "off",
107108
"unicorn/no-array-callback-reference": "off",
108109
"unicorn/prefer-includes": "off",
109110
"unicorn/prefer-number-properties": "off"

0 commit comments

Comments
 (0)