Skip to content

Commit def7f2e

Browse files
committed
Update dev-dependencies
1 parent ab040c4 commit def7f2e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"esmangle": "^1.0.1",
2929
"nyc": "^10.0.0",
3030
"remark-cli": "^3.0.0",
31-
"remark-preset-wooorm": "^2.0.0",
31+
"remark-preset-wooorm": "^3.0.0",
3232
"tape": "^4.0.0",
33-
"xo": "^0.17.1"
33+
"xo": "^0.18.1"
3434
},
3535
"scripts": {
3636
"build-md": "remark . -qfo",
@@ -44,6 +44,10 @@
4444
},
4545
"xo": {
4646
"space": true,
47+
"esnext": false,
48+
"rules": {
49+
"unicorn/prefer-type-error": "off"
50+
},
4751
"ignore": [
4852
"unist-util-is.js"
4953
]
@@ -55,6 +59,8 @@
5559
"branches": 100
5660
},
5761
"remarkConfig": {
58-
"plugins": ["preset-wooorm"]
62+
"plugins": [
63+
"preset-wooorm"
64+
]
5965
}
6066
}

0 commit comments

Comments
 (0)