Skip to content

Commit c9b1e27

Browse files
committed
Update dev-deendencies
1 parent 4c1e5c5 commit c9b1e27

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
"tinyify": "^2.0.0",
5151
"to-vfile": "^6.0.0",
5252
"unist-util-visit": "^2.0.0",
53-
"xo": "^0.30.0"
53+
"xo": "^0.32.0"
5454
},
5555
"scripts": {
5656
"format": "remark . -qfo && prettier --write . && xo --fix",
@@ -75,6 +75,7 @@
7575
"esnext": false,
7676
"rules": {
7777
"unicorn/no-fn-reference-in-iterator": "off",
78+
"unicorn/prefer-optional-catch-binding": "off",
7879
"guard-for-in": "off"
7980
},
8081
"ignores": [

0 commit comments

Comments
 (0)