Skip to content

Commit f569cba

Browse files
committed
Update dev-dependencies
1 parent 6351742 commit f569cba

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"remark-cli": "^8.0.0",
5959
"remark-preset-wooorm": "^7.0.0",
6060
"tape": "^5.0.0",
61-
"tinyify": "^2.0.0",
62-
"xo": "^0.32.0"
61+
"tinyify": "^3.0.0",
62+
"xo": "^0.33.0"
6363
},
6464
"scripts": {
6565
"format": "remark . -qfo && prettier . --write && xo --fix",
@@ -83,11 +83,12 @@
8383
"prettier": true,
8484
"esnext": false,
8585
"rules": {
86+
"guard-for-in": "off",
87+
"no-unreachable-loop": "off",
8688
"unicorn/catch-error-name": "off",
8789
"unicorn/prefer-optional-catch-binding": "off",
8890
"unicorn/prefer-reflect-apply": "off",
89-
"unicorn/prefer-type-error": "off",
90-
"guard-for-in": "off"
91+
"unicorn/prefer-type-error": "off"
9192
},
9293
"ignores": [
9394
"types",

0 commit comments

Comments
 (0)