Skip to content

Commit

Permalink
chore: use ts-ignore for go-ipfs import (#68)
Browse files Browse the repository at this point in the history
The next version of npm-go-ipfs has types so the @ts-expect-error prevents using the pre-release version of npm-go-ipfs.
  • Loading branch information
achingbrain authored Aug 1, 2023
1 parent c5026ae commit c19ee46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/interop/test/fixtures/create-kubo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

// @ts-expect-error no types
/* eslint-disable @typescript-eslint/ban-ts-comment,@typescript-eslint/prefer-ts-expect-error */
// @ts-ignore no types - TODO: remove me once the next version of npm-go-ipfs has shipped
import * as goIpfs from 'go-ipfs'
import { type Controller, type ControllerOptions, createController } from 'ipfsd-ctl'
import * as kuboRpcClient from 'kubo-rpc-client'
Expand Down

0 comments on commit c19ee46

Please sign in to comment.