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 b44f1e9 commit f7459ffCopy full SHA for f7459ff
package.json
@@ -48,7 +48,7 @@
48
"tape": "^5.0.0",
49
"tinyify": "^3.0.0",
50
"unified": "^9.0.0",
51
- "xo": "^0.35.0"
+ "xo": "^0.38.0"
52
},
53
"scripts": {
54
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@@ -82,8 +82,9 @@
82
],
83
"max-params": "off",
84
"no-eq-null": "off",
85
- "unicorn/prefer-type-error": "off",
86
- "unicorn/prefer-reflect-apply": "off"
+ "unicorn/prefer-number-properties": "off",
+ "unicorn/prefer-reflect-apply": "off",
87
+ "unicorn/prefer-type-error": "off"
88
89
"ignore": [
90
"*.ts",
0 commit comments