diff --git a/packages/interop/test/fixtures/create-kubo.ts b/packages/interop/test/fixtures/create-kubo.ts index 52ed76e..f461223 100644 --- a/packages/interop/test/fixtures/create-kubo.ts +++ b/packages/interop/test/fixtures/create-kubo.ts @@ -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'