Skip to content

Commit

Permalink
chore: remove ts-error-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Nov 18, 2024
1 parent 452b7c8 commit 352cc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/services/checkLinks.mts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const checkForDeadUrls = async () => {

const processor = await unified()
.use(parse)
// @ts-expect-error TODO
.use(inspectUrls, {

Check failure on line 54 in docs/services/checkLinks.mts

View workflow job for this annotation

GitHub Actions / docs

Argument of type 'typeof import("/home/runner/work/orbit/orbit/node_modules/@jsdevtools/rehype-url-inspector/lib/index")' is not assignable to parameter of type 'Plugin<[], undefined, undefined>'.
inspectEach({ file, node, url }) {
const properties = node.properties as { rel: string[] };
Expand Down

0 comments on commit 352cc0d

Please sign in to comment.