From d09cd0e01ac747245307ceec5343d9ed30d7a6f0 Mon Sep 17 00:00:00 2001 From: 0xmad <0xmad@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:40:35 -0600 Subject: [PATCH] chore: run prettier --- circuits/tsconfig.json | 4 ++-- cli/tsconfig.json | 4 ++-- contracts/tsconfig.json | 4 ++-- core/tsconfig.json | 4 ++-- crypto/tsconfig.json | 4 ++-- domainobjs/tsconfig.json | 4 ++-- integrationTests/tsconfig.json | 4 ++-- tsconfig.json | 4 ++-- website/tsconfig.json | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/circuits/tsconfig.json b/circuits/tsconfig.json index 1243fccb26..b1e0252bfe 100644 --- a/circuits/tsconfig.json +++ b/circuits/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, - "include": ["./ts"] + "include": ["./ts"], } diff --git a/cli/tsconfig.json b/cli/tsconfig.json index 263bcbc977..f3bd2a97f5 100644 --- a/cli/tsconfig.json +++ b/cli/tsconfig.json @@ -1,8 +1,8 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, "include": ["./ts", "./tests"], - "files": ["./hardhat.config.ts"] + "files": ["./hardhat.config.ts"], } diff --git a/contracts/tsconfig.json b/contracts/tsconfig.json index cfe9cef4f0..c232c0e1d0 100644 --- a/contracts/tsconfig.json +++ b/contracts/tsconfig.json @@ -1,8 +1,8 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, "include": ["./ts", "./tests", "./typechain-types"], - "files": ["./hardhat.config.ts"] + "files": ["./hardhat.config.ts"], } diff --git a/core/tsconfig.json b/core/tsconfig.json index 1243fccb26..b1e0252bfe 100644 --- a/core/tsconfig.json +++ b/core/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, - "include": ["./ts"] + "include": ["./ts"], } diff --git a/crypto/tsconfig.json b/crypto/tsconfig.json index 1243fccb26..b1e0252bfe 100644 --- a/crypto/tsconfig.json +++ b/crypto/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, - "include": ["./ts"] + "include": ["./ts"], } diff --git a/domainobjs/tsconfig.json b/domainobjs/tsconfig.json index 1243fccb26..b1e0252bfe 100644 --- a/domainobjs/tsconfig.json +++ b/domainobjs/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, - "include": ["./ts"] + "include": ["./ts"], } diff --git a/integrationTests/tsconfig.json b/integrationTests/tsconfig.json index f2423b9a54..f8e2dbfa80 100644 --- a/integrationTests/tsconfig.json +++ b/integrationTests/tsconfig.json @@ -1,8 +1,8 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./build" + "outDir": "./build", }, "include": ["./ts"], - "files": ["./hardhat.config.ts"] + "files": ["./hardhat.config.ts"], } diff --git a/tsconfig.json b/tsconfig.json index 475b5385ac..7da1565d2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,8 +27,8 @@ "composite": true, "incremental": true, "declarationMap": true, - "stripInternal": true + "stripInternal": true, }, "exclude": ["node_modules"], - "include": ["./**/ts", "./**/typechain-types"] + "include": ["./**/ts", "./**/typechain-types"], } diff --git a/website/tsconfig.json b/website/tsconfig.json index 712d10ca96..c2135eb90e 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -28,7 +28,7 @@ "incremental": true, "declarationMap": true, "sourceMap": true, - "stripInternal": true + "stripInternal": true, }, - "include": ["./src", "./docusaurus.config.ts"] + "include": ["./src", "./docusaurus.config.ts"], }