Skip to content

Commit a78fe71

Browse files
committed
Update dev-dependencies
1 parent 16c9686 commit a78fe71

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"tape": "^5.0.0",
6060
"tinyify": "^3.0.0",
6161
"unified": "^9.0.0",
62-
"xo": "^0.36.0"
62+
"xo": "^0.37.0"
6363
},
6464
"scripts": {
6565
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -92,11 +92,10 @@
9292
"complexity": "off",
9393
"guard-for-in": "off",
9494
"unicorn/explicit-length-check": "off",
95-
"unicorn/no-fn-reference-in-iterator": "off",
95+
"unicorn/no-array-callback-reference": "off",
9696
"unicorn/prefer-includes": "off",
9797
"unicorn/prefer-number-properties": "off",
98-
"unicorn/prefer-optional-catch-binding": "off",
99-
"unicorn/prefer-set-has": "off"
98+
"unicorn/prefer-optional-catch-binding": "off"
10099
},
101100
"ignores": [
102101
"types/"

0 commit comments

Comments
 (0)