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 e7a5874 commit fb6c928Copy full SHA for fb6c928
package.json
@@ -35,12 +35,12 @@
35
"hastscript": "^5.0.0",
36
"nyc": "^14.0.0",
37
"prettier": "^1.0.0",
38
- "remark-cli": "^6.0.0",
39
- "remark-preset-wooorm": "^5.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
40
"tape": "^4.0.0",
41
"tinyify": "^2.0.0",
42
- "unist-builder": "^1.0.0",
43
- "xo": "^0.24.0"
+ "unist-builder": "^2.0.0",
+ "xo": "^0.25.0"
44
},
45
"scripts": {
46
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -65,7 +65,8 @@
65
"rules": {
66
"guard-for-in": "off",
67
"eqeqeq": "off",
68
- "no-eq-null": "off"
+ "no-eq-null": "off",
69
+ "unicorn/prefer-includes": "off"
70
71
"ignores": [
72
"hast-util-to-html.js"
0 commit comments