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 5c4f496 commit 9aa0ba5Copy full SHA for 9aa0ba5
package.json
@@ -32,13 +32,13 @@
32
},
33
"devDependencies": {
34
"browserify": "^16.0.0",
35
- "nyc": "^14.0.0",
+ "nyc": "^15.0.0",
36
"prettier": "^1.0.0",
37
- "remark-cli": "^6.0.0",
38
- "remark-preset-wooorm": "^5.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
39
"tape": "^4.0.0",
40
"tinyify": "^2.0.0",
41
- "xo": "^0.24.0"
+ "xo": "^0.27.0"
42
43
"scripts": {
44
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -60,6 +60,9 @@
60
"xo": {
61
"prettier": true,
62
"esnext": false,
63
+ "rules": {
64
+ "unicorn/prefer-includes": "off"
65
+ },
66
"ignores": [
67
"hast-util-interactive.js"
68
]
0 commit comments