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 b4d7ea7 commit 4bfc965Copy full SHA for 4bfc965
package.json
@@ -29,13 +29,13 @@
29
"dependencies": {},
30
"devDependencies": {
31
"browserify": "^16.0.0",
32
- "nyc": "^14.0.0",
+ "nyc": "^15.0.0",
33
"prettier": "^1.0.0",
34
- "remark-cli": "^6.0.0",
35
- "remark-preset-wooorm": "^5.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
36
"tape": "^4.0.0",
37
"tinyify": "^2.0.0",
38
- "xo": "^0.24.0"
+ "xo": "^0.27.0"
39
},
40
"scripts": {
41
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -57,6 +57,9 @@
57
"xo": {
58
"prettier": true,
59
"esnext": false,
60
+ "rules": {
61
+ "unicorn/prefer-includes": "off"
62
+ },
63
"ignores": [
64
"hast-util-is-element.js"
65
]
0 commit comments