Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-02-22 13:33:21 +01:00
parent 511fb6b263
commit 891eaa74fa
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -39,7 +39,7 @@
"remark-cli": "^9.0.0", "remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0", "remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0", "tape": "^5.0.0",
"xo": "^0.37.0" "xo": "^0.38.0"
}, },
"scripts": { "scripts": {
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
@ -66,7 +66,8 @@
"esnext": false, "esnext": false,
"rules": { "rules": {
"guard-for-in": "off", "guard-for-in": "off",
"unicorn/explicit-length-check": "off" "unicorn/explicit-length-check": "off",
"unicorn/no-this-assignment": "off"
} }
}, },
"remarkConfig": { "remarkConfig": {