Skip to content

Commit 8322473

Browse files
committed
Update dev-dependencies
1 parent 11b34bb commit 8322473

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"remark-preset-wooorm": "^8.0.0",
6767
"tape": "^5.0.0",
6868
"unist-util-visit": "^2.0.0",
69-
"xo": "^0.36.0"
69+
"xo": "^0.37.0"
7070
},
7171
"scripts": {
7272
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -104,10 +104,9 @@
104104
"no-eq-null": "off",
105105
"no-self-compare": "off",
106106
"unicorn/explicit-length-check": "off",
107-
"unicorn/no-fn-reference-in-iterator": "off",
107+
"unicorn/no-array-callback-reference": "off",
108108
"unicorn/prefer-includes": "off",
109-
"unicorn/prefer-number-properties": "off",
110-
"unicorn/prefer-type-error": "off"
109+
"unicorn/prefer-number-properties": "off"
111110
}
112111
},
113112
"remarkConfig": {

0 commit comments

Comments
 (0)