diff --git a/package.json b/package.json index 76e396e..7878431 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "cli": "ncc build src/cli.ts -o dist-cli && node dist-cli", "test": "jest", "fix": "npx eslint --fix 'src/**/*.ts' && npx prettier --write 'src/**/*.{ts,yml}'", - "lint": "npx eslint 'src/**/*.ts' && npx prettier --check 'src/**/*.{ts,yml}'" + "lint": "npx eslint 'src/**/*.ts' && npx prettier --check 'src/**/*.{ts,yml}'", + "postinstall": "papi" }, "engines": { "node": ">=22.0.0" diff --git a/src/polkadot/fellows.ts b/src/polkadot/fellows.ts index 8865b97..0975657 100644 --- a/src/polkadot/fellows.ts +++ b/src/polkadot/fellows.ts @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/ban-ts-comment */ -import { ApiPromise, WsProvider } from "@polkadot/api"; import { collectives, people } from "@polkadot-api/descriptors"; import { createClient, SS58String } from "polkadot-api"; import { chainSpec as polkadotChainSpec } from "polkadot-api/chains/polkadot";