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 0b5f104 commit 240f877Copy full SHA for 240f877
package.json
@@ -54,7 +54,7 @@
54
"tape": "^5.0.0",
55
"tinyify": "^3.0.0",
56
"unist-builder": "^2.0.0",
57
- "xo": "^0.35.0"
+ "xo": "^0.38.0"
58
},
59
"scripts": {
60
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -89,6 +89,7 @@
89
"guard-for-in": "off",
90
"no-eq-null": "off",
91
"no-self-compare": "off",
92
+ "unicorn/no-array-for-each": "off",
93
"unicorn/prefer-includes": "off",
94
"unicorn/prefer-number-properties": "off"
95
0 commit comments