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 2f76477 commit b2c5358Copy full SHA for b2c5358
package.json
@@ -59,7 +59,7 @@
59
"remark-preset-wooorm": "^8.0.0",
60
"tape": "^5.0.0",
61
"unist-builder": "^2.0.0",
62
- "xo": "^0.36.0"
+ "xo": "^0.38.0"
63
},
64
"scripts": {
65
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -98,6 +98,7 @@
98
],
99
"no-eq-null": "off",
100
"max-params": "off",
101
+ "unicorn/no-array-for-each": "off",
102
"unicorn/explicit-length-check": "off",
103
"unicorn/prefer-includes": "off",
104
"unicorn/prefer-reflect-apply": "off"
0 commit comments