Skip to content

Commit 9ce3486

Browse files
committed
Fix build
1 parent 65bb1c1 commit 9ce3486

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ function transform(options = {}) {
152152
plugins = [remarkParse, remarkMdx, [remarkRetext, unified().use({plugins})]]
153153
} else if (!cli.flags.text) {
154154
plugins = [
155+
// @ts-expect-error: hush.
155156
remarkParse,
156157
remarkGfm,
157158
[remarkFrontmatter, ['yaml', 'toml']],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"type-fest": "^3.0.0",
103103
"typescript": "^4.0.0",
104104
"vfile-reporter-json": "^3.0.0",
105-
"xo": "^0.53.0"
105+
"xo": "^0.54.0"
106106
},
107107
"scripts": {
108108
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)