Skip to content

Commit

Permalink
chore(clients): prettier format client typedoc.json (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Mar 21, 2023
1 parent d301c81 commit 25aec20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
8 changes: 2 additions & 6 deletions clients/client-migrationhubstrategy/typedoc.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 2 additions & 6 deletions clients/client-s3-control/typedoc.json
Original file line number Diff line number Diff line change
@@ -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"
}
8 changes: 2 additions & 6 deletions clients/client-securitylake/typedoc.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 25aec20

Please sign in to comment.