Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Jan 22, 2024
1 parent be92d6c commit 7b828f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
},
plugins: ["@typescript-eslint"],
rules: {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-async-promise-executor": "off",
},
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/lib/upgradeProcedures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { sha256 } from "ethers";
import fs, { existsSync, readFileSync } from "fs";
import { getRuntimeWasm } from "./binariesHelpers";
import { cancelReferendaWithCouncil, executeProposalWithCouncil } from "./governanceProcedures";
import { u32 } from "@polkadot/types-codec";

export async function upgradeRuntimeChopsticks(
context: ChopsticksContext,
Expand Down

0 comments on commit 7b828f0

Please sign in to comment.