Update dev-dependencies
This commit is contained in:
parent
511fb6b263
commit
891eaa74fa
1 changed files with 3 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue