Update dev-dependencies

This commit is contained in:
Titus Wormer 2021-02-16 10:46:27 +01:00
parent 8424e85af2
commit 1e52e472ef
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -45,7 +45,7 @@
"tape": "^5.0.0", "tape": "^5.0.0",
"to-vfile": "^6.0.0", "to-vfile": "^6.0.0",
"unified": "^9.0.0", "unified": "^9.0.0",
"xo": "^0.34.0" "xo": "^0.37.0"
}, },
"scripts": { "scripts": {
"format": "remark . -qfo --ignore-pattern test/ && prettier . -w --loglevel warn && xo --fix", "format": "remark . -qfo --ignore-pattern test/ && prettier . -w --loglevel warn && xo --fix",
@ -72,9 +72,12 @@
"prettier": true, "prettier": true,
"esnext": false, "esnext": false,
"rules": { "rules": {
"unicorn/no-fn-reference-in-iterator": "off", "unicorn/no-array-callback-reference": "off",
"unicorn/prefer-optional-catch-binding": "off" "unicorn/prefer-optional-catch-binding": "off"
} },
"ignores": [
"types/"
]
}, },
"remarkConfig": { "remarkConfig": {
"plugins": [ "plugins": [