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 39354ea commit d0fbc9fCopy full SHA for d0fbc9f
package.json
@@ -50,7 +50,7 @@
50
"remark-cli": "^9.0.0",
51
"remark-preset-wooorm": "^8.0.0",
52
"tape": "^5.0.0",
53
- "xo": "^0.37.0"
+ "xo": "^0.38.0"
54
},
55
"scripts": {
56
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -78,6 +78,7 @@
78
"rules": {
79
"max-params": "off",
80
"no-self-compare": "off",
81
+ "unicorn/no-array-for-each": "off",
82
"unicorn/prefer-includes": "off",
83
"unicorn/prefer-optional-catch-binding": "off"
84
}
0 commit comments