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 7914709 commit b3d16beCopy full SHA for b3d16be
package.json
@@ -40,14 +40,14 @@
40
"unist-util-visit": "^1.4.0"
41
},
42
"devDependencies": {
43
- "nyc": "^14.0.0",
+ "nyc": "^15.0.0",
44
"prettier": "^1.0.0",
45
- "remark-cli": "^6.0.0",
46
- "remark-preset-wooorm": "^5.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
47
"tape": "^4.0.0",
48
- "unist-builder": "^1.0.0",
49
- "unist-util-select": "^2.0.0",
50
- "xo": "^0.24.0"
+ "unist-builder": "^2.0.0",
+ "unist-util-select": "^3.0.0",
+ "xo": "^0.25.0"
51
52
"scripts": {
53
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -71,6 +71,9 @@
71
72
"xo": {
73
"prettier": true,
74
+ "rules": {
75
+ "unicorn/prefer-includes": "off"
76
+ },
77
"esnext": false
78
79
"remarkConfig": {
0 commit comments