Skip to content

Commit 3fef2e4

Browse files
committed
Update dev-dependencies
1 parent 4dd66cc commit 3fef2e4

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
@@ -48,7 +48,7 @@
4848
"tape": "^5.0.0",
4949
"tinyify": "^3.0.0",
5050
"unist-builder": "^2.0.0",
51-
"xo": "^0.35.0"
51+
"xo": "^0.38.0"
5252
},
5353
"scripts": {
5454
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -78,6 +78,7 @@
7878
"prettier": true,
7979
"esnext": false,
8080
"rules": {
81+
"unicorn/no-array-for-each": "off",
8182
"eqeqeq": [
8283
"error",
8384
"always",

0 commit comments

Comments
 (0)