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 1e69310 commit 14ef0c2Copy full SHA for 14ef0c2
package.json
@@ -32,10 +32,10 @@
32
"esmangle": "^1.0.1",
33
"hastscript": "^3.0.1",
34
"nyc": "^10.0.0",
35
- "remark-cli": "^2.1.0",
36
- "remark-preset-wooorm": "^1.0.0",
+ "remark-cli": "^3.0.0",
+ "remark-preset-wooorm": "^2.0.0",
37
"tape": "^4.4.0",
38
- "xo": "^0.17.0"
+ "xo": "^0.18.0"
39
},
40
"scripts": {
41
"build-md": "remark . --quiet --frail --output",
@@ -49,7 +49,9 @@
49
50
"xo": {
51
"space": true,
52
+ "esnext": false,
53
"rules": {
54
+ "unicorn/prefer-type-error": "off",
55
"guard-for-in": "off"
56
57
"ignores": [
@@ -63,6 +65,8 @@
63
65
"branches": 100
64
66
67
"remarkConfig": {
- "presets": "wooorm"
68
+ "plugins": [
69
+ "preset-wooorm"
70
+ ]
71
}
72
0 commit comments