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 ab040c4 commit def7f2eCopy full SHA for def7f2e
package.json
@@ -28,9 +28,9 @@
28
"esmangle": "^1.0.1",
29
"nyc": "^10.0.0",
30
"remark-cli": "^3.0.0",
31
- "remark-preset-wooorm": "^2.0.0",
+ "remark-preset-wooorm": "^3.0.0",
32
"tape": "^4.0.0",
33
- "xo": "^0.17.1"
+ "xo": "^0.18.1"
34
},
35
"scripts": {
36
"build-md": "remark . -qfo",
@@ -44,6 +44,10 @@
44
45
"xo": {
46
"space": true,
47
+ "esnext": false,
48
+ "rules": {
49
+ "unicorn/prefer-type-error": "off"
50
+ },
51
"ignore": [
52
"unist-util-is.js"
53
]
@@ -55,6 +59,8 @@
55
59
"branches": 100
56
60
57
61
"remarkConfig": {
58
- "plugins": ["preset-wooorm"]
62
+ "plugins": [
63
+ "preset-wooorm"
64
+ ]
65
}
66
0 commit comments