From 25aec20898ec47d5ad4ce3e5b49fd112ae58ef15 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:03:14 -0700 Subject: [PATCH] chore(clients): prettier format client typedoc.json (#4557) --- clients/client-migrationhubstrategy/typedoc.json | 8 ++------ clients/client-s3-control/typedoc.json | 8 ++------ clients/client-securitylake/typedoc.json | 8 ++------ 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/clients/client-migrationhubstrategy/typedoc.json b/clients/client-migrationhubstrategy/typedoc.json index 0e8d85b6ed84..8a364aa93b69 100644 --- a/clients/client-migrationhubstrategy/typedoc.json +++ b/clients/client-migrationhubstrategy/typedoc.json @@ -1,10 +1,6 @@ { - "extends": [ - "../../typedoc.client.json" - ], - "entryPoints": [ - "src/index.ts" - ], + "extends": ["../../typedoc.client.json"], + "entryPoints": ["src/index.ts"], "out": "docs", "readme": "README.md" } diff --git a/clients/client-s3-control/typedoc.json b/clients/client-s3-control/typedoc.json index 0e8d85b6ed84..8a364aa93b69 100644 --- a/clients/client-s3-control/typedoc.json +++ b/clients/client-s3-control/typedoc.json @@ -1,10 +1,6 @@ { - "extends": [ - "../../typedoc.client.json" - ], - "entryPoints": [ - "src/index.ts" - ], + "extends": ["../../typedoc.client.json"], + "entryPoints": ["src/index.ts"], "out": "docs", "readme": "README.md" } diff --git a/clients/client-securitylake/typedoc.json b/clients/client-securitylake/typedoc.json index 0e8d85b6ed84..8a364aa93b69 100644 --- a/clients/client-securitylake/typedoc.json +++ b/clients/client-securitylake/typedoc.json @@ -1,10 +1,6 @@ { - "extends": [ - "../../typedoc.client.json" - ], - "entryPoints": [ - "src/index.ts" - ], + "extends": ["../../typedoc.client.json"], + "entryPoints": ["src/index.ts"], "out": "docs", "readme": "README.md" }