Skip to content

Commit f7459ff

Browse files
committed
Update dev-dependencies
1 parent b44f1e9 commit f7459ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tape": "^5.0.0",
4949
"tinyify": "^3.0.0",
5050
"unified": "^9.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",
@@ -82,8 +82,9 @@
8282
],
8383
"max-params": "off",
8484
"no-eq-null": "off",
85-
"unicorn/prefer-type-error": "off",
86-
"unicorn/prefer-reflect-apply": "off"
85+
"unicorn/prefer-number-properties": "off",
86+
"unicorn/prefer-reflect-apply": "off",
87+
"unicorn/prefer-type-error": "off"
8788
},
8889
"ignore": [
8990
"*.ts",

0 commit comments

Comments
 (0)