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 fe62663 commit 38effd6Copy full SHA for 38effd6
package.json
@@ -51,14 +51,14 @@
51
"devDependencies": {
52
"browserify": "^16.0.0",
53
"hastscript": "^5.0.0",
54
- "nyc": "^14.0.0",
+ "nyc": "^15.0.0",
55
"prettier": "^1.0.0",
56
- "remark-cli": "^6.0.0",
57
- "remark-preset-wooorm": "^5.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
58
"tape": "^4.0.0",
59
"tinyify": "^2.0.0",
60
- "unist-builder": "^1.0.0",
61
- "xo": "^0.24.0"
+ "unist-builder": "^2.0.0",
+ "xo": "^0.27.0"
62
},
63
"scripts": {
64
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -87,6 +87,8 @@
87
"prettier": true,
88
"esnext": false,
89
"rules": {
90
+ "unicorn/prefer-reflect-apply": "off",
91
+ "unicorn/prefer-includes": "off",
92
"unicorn/prefer-type-error": "off",
93
"max-params": "off"
94
0 commit comments