Skip to content

Commit 25aec20

Browse files
authored
chore(clients): prettier format client typedoc.json (#4557)
1 parent d301c81 commit 25aec20

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"extends": [
3-
"../../typedoc.client.json"
4-
],
5-
"entryPoints": [
6-
"src/index.ts"
7-
],
2+
"extends": ["../../typedoc.client.json"],
3+
"entryPoints": ["src/index.ts"],
84
"out": "docs",
95
"readme": "README.md"
106
}
+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"extends": [
3-
"../../typedoc.client.json"
4-
],
5-
"entryPoints": [
6-
"src/index.ts"
7-
],
2+
"extends": ["../../typedoc.client.json"],
3+
"entryPoints": ["src/index.ts"],
84
"out": "docs",
95
"readme": "README.md"
106
}
+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"extends": [
3-
"../../typedoc.client.json"
4-
],
5-
"entryPoints": [
6-
"src/index.ts"
7-
],
2+
"extends": ["../../typedoc.client.json"],
3+
"entryPoints": ["src/index.ts"],
84
"out": "docs",
95
"readme": "README.md"
106
}

0 commit comments

Comments
 (0)