We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1301e commit 1d2dedaCopy full SHA for 1d2deda
package.json
@@ -66,7 +66,7 @@
66
"remark-preset-wooorm": "^8.0.0",
67
"tape": "^5.0.0",
68
"unist-util-visit": "^2.0.0",
69
- "xo": "^0.37.0"
+ "xo": "^0.38.0"
70
},
71
"scripts": {
72
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -104,6 +104,7 @@
104
"no-eq-null": "off",
105
"no-self-compare": "off",
106
"unicorn/explicit-length-check": "off",
107
+ "unicorn/no-array-for-each": "off",
108
"unicorn/no-array-callback-reference": "off",
109
"unicorn/prefer-includes": "off",
110
"unicorn/prefer-number-properties": "off"
0 commit comments