Skip to content

Commit c64ba93

Browse files
committed
Update dev-dependencies
1 parent 9212207 commit c64ba93

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
@@ -47,7 +47,7 @@
4747
"tape": "^5.0.0",
4848
"unist-builder": "^2.0.0",
4949
"unist-util-select": "^3.0.0",
50-
"xo": "^0.35.0"
50+
"xo": "^0.38.0"
5151
},
5252
"scripts": {
5353
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -72,6 +72,7 @@
7272
"xo": {
7373
"prettier": true,
7474
"rules": {
75+
"unicorn/no-this-assignment": "off",
7576
"unicorn/prefer-includes": "off"
7677
},
7778
"esnext": false

0 commit comments

Comments
 (0)