We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1e107 commit 529d73fCopy full SHA for 529d73f
package.json
@@ -51,11 +51,11 @@
51
"dtslint": "^0.9.9",
52
"nyc": "^14.0.0",
53
"prettier": "^1.0.0",
54
- "remark-cli": "^6.0.0",
55
- "remark-preset-wooorm": "^5.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
56
"tape": "^4.0.0",
57
"unist-builder": "^1.0.0",
58
- "xo": "^0.24.0"
+ "xo": "^0.25.0"
59
},
60
"scripts": {
61
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -82,7 +82,9 @@
82
"prettier": true,
83
"esnext": false,
84
"rules": {
85
- "max-params": "off"
+ "max-params": "off",
86
+ "unicorn/prefer-reflect-apply": "off",
87
+ "unicorn/prefer-includes": "off"
88
}
89
90
"remarkConfig": {
0 commit comments