Skip to content

Commit d0fbc9f

Browse files
committed
Update dev-dependencies
1 parent 39354ea commit d0fbc9f

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
@@ -50,7 +50,7 @@
5050
"remark-cli": "^9.0.0",
5151
"remark-preset-wooorm": "^8.0.0",
5252
"tape": "^5.0.0",
53-
"xo": "^0.37.0"
53+
"xo": "^0.38.0"
5454
},
5555
"scripts": {
5656
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -78,6 +78,7 @@
7878
"rules": {
7979
"max-params": "off",
8080
"no-self-compare": "off",
81+
"unicorn/no-array-for-each": "off",
8182
"unicorn/prefer-includes": "off",
8283
"unicorn/prefer-optional-catch-binding": "off"
8384
}

0 commit comments

Comments
 (0)