We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c9686 commit a78fe71Copy full SHA for a78fe71
package.json
@@ -59,7 +59,7 @@
59
"tape": "^5.0.0",
60
"tinyify": "^3.0.0",
61
"unified": "^9.0.0",
62
- "xo": "^0.36.0"
+ "xo": "^0.37.0"
63
},
64
"scripts": {
65
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -92,11 +92,10 @@
92
"complexity": "off",
93
"guard-for-in": "off",
94
"unicorn/explicit-length-check": "off",
95
- "unicorn/no-fn-reference-in-iterator": "off",
+ "unicorn/no-array-callback-reference": "off",
96
"unicorn/prefer-includes": "off",
97
"unicorn/prefer-number-properties": "off",
98
- "unicorn/prefer-optional-catch-binding": "off",
99
- "unicorn/prefer-set-has": "off"
+ "unicorn/prefer-optional-catch-binding": "off"
100
101
"ignores": [
102
"types/"
0 commit comments