mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 23:28:17 -05:00
chore: remove types folder from prettier ignore file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export type BigNumberish = string | number | bigint;
|
||||
export type BigNumberish = string | number | bigint
|
||||
|
||||
Reference in New Issue
Block a user