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 cae6468 commit 2b0551bCopy full SHA for 2b0551b
package.json
@@ -32,16 +32,16 @@
32
"esmangle": "^1.0.1",
33
"is-hidden": "^1.0.1",
34
"negate": "^1.0.0",
35
- "nyc": "^10.0.0",
+ "nyc": "^11.0.0",
36
"parse-dutch": "^4.0.0",
37
"parse-english": "^4.0.0",
38
"parse-latin": "^4.0.0",
39
"remark": "^7.0.0",
40
"remark-cli": "^3.0.0",
41
- "remark-preset-wooorm": "^2.0.0",
+ "remark-preset-wooorm": "^3.0.0",
42
"tape": "^4.0.0",
43
"vfile": "^2.0.0",
44
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
45
},
46
"scripts": {
47
"build-md": "remark *.md -qfo",
@@ -61,6 +61,7 @@
61
62
"xo": {
63
"space": true,
64
+ "esnext": false,
65
"rules": {
66
"max-params": "off"
67
@@ -69,6 +70,8 @@
69
70
]
71
72
"remarkConfig": {
- "plugins": ["preset-wooorm"]
73
+ "plugins": [
74
+ "preset-wooorm"
75
+ ]
76
}
77
0 commit comments