Skip to content

Commit 14ef0c2

Browse files
committed
Update dev-dependencies
1 parent 1e69310 commit 14ef0c2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"esmangle": "^1.0.1",
3333
"hastscript": "^3.0.1",
3434
"nyc": "^10.0.0",
35-
"remark-cli": "^2.1.0",
36-
"remark-preset-wooorm": "^1.0.0",
35+
"remark-cli": "^3.0.0",
36+
"remark-preset-wooorm": "^2.0.0",
3737
"tape": "^4.4.0",
38-
"xo": "^0.17.0"
38+
"xo": "^0.18.0"
3939
},
4040
"scripts": {
4141
"build-md": "remark . --quiet --frail --output",
@@ -49,7 +49,9 @@
4949
},
5050
"xo": {
5151
"space": true,
52+
"esnext": false,
5253
"rules": {
54+
"unicorn/prefer-type-error": "off",
5355
"guard-for-in": "off"
5456
},
5557
"ignores": [
@@ -63,6 +65,8 @@
6365
"branches": 100
6466
},
6567
"remarkConfig": {
66-
"presets": "wooorm"
68+
"plugins": [
69+
"preset-wooorm"
70+
]
6771
}
6872
}

0 commit comments

Comments
 (0)