Update dev-dependencies
This commit is contained in:
parent
8424e85af2
commit
1e52e472ef
1 changed files with 6 additions and 3 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue