fix: port eslint config

This commit is contained in:
Aravinth Manivannan
2025-10-02 14:19:22 +05:30
parent 3c0ed48aac
commit 60a6ad92d9
12 changed files with 4561 additions and 2728 deletions

View File

@@ -30,7 +30,7 @@ const prove = async (
config.string,
config.difficulty_factor,
STEPS,
(nonce: BigInt | number) => progress(Number(nonce))
(nonce: bigint | number) => progress(Number(nonce))
);
const t1 = performance.now();
time = t1 - t0;