From 925cc64d73dd22e86b3ca20bd93f1ae7a13bccff Mon Sep 17 00:00:00 2001 From: cedoor Date: Mon, 6 Mar 2023 17:44:44 +0000 Subject: [PATCH] chore: remove types folder from prettier ignore file --- .prettierignore | 3 --- packages/group/src/types/index.ts | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.prettierignore b/.prettierignore index d8c1f205..54808cb7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -16,9 +16,6 @@ packages/contracts/deployed-contracts/undefined.json packages/contracts/deployed-contracts/hardhat.json packages/contracts/deployed-contracts/localhost.json -# types -types - # circuits circuits diff --git a/packages/group/src/types/index.ts b/packages/group/src/types/index.ts index 49776551..cf1d4d67 100644 --- a/packages/group/src/types/index.ts +++ b/packages/group/src/types/index.ts @@ -1 +1 @@ -export type BigNumberish = string | number | bigint; +export type BigNumberish = string | number | bigint