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 6351742 commit f569cbaCopy full SHA for f569cba
1 file changed
package.json
@@ -58,8 +58,8 @@
58
"remark-cli": "^8.0.0",
59
"remark-preset-wooorm": "^7.0.0",
60
"tape": "^5.0.0",
61
- "tinyify": "^2.0.0",
62
- "xo": "^0.32.0"
+ "tinyify": "^3.0.0",
+ "xo": "^0.33.0"
63
},
64
"scripts": {
65
"format": "remark . -qfo && prettier . --write && xo --fix",
@@ -83,11 +83,12 @@
83
"prettier": true,
84
"esnext": false,
85
"rules": {
86
+ "guard-for-in": "off",
87
+ "no-unreachable-loop": "off",
88
"unicorn/catch-error-name": "off",
89
"unicorn/prefer-optional-catch-binding": "off",
90
"unicorn/prefer-reflect-apply": "off",
- "unicorn/prefer-type-error": "off",
- "guard-for-in": "off"
91
+ "unicorn/prefer-type-error": "off"
92
93
"ignores": [
94
"types",
0 commit comments