Skip to content

Commit 81f68d2

Browse files
robbeverhelstclaude
andcommitted
style: format typedoc.json with biome
The previous commit rewrote the file with a JSON serialiser, which expanded an array the project's formatter keeps on one line. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 9a3ba9d commit 81f68d2

1 file changed

Lines changed: 4 additions & 20 deletions

File tree

typedoc.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"entryPoints": [
3-
"src/index.ts"
4-
],
2+
"entryPoints": ["src/index.ts"],
53
"out": "dist/docs",
64
"name": "Tsarr Documentation",
75
"readme": "README.md",
@@ -13,27 +11,13 @@
1311
"excludePrivate": true,
1412
"excludeProtected": true,
1513
"excludeExternals": true,
16-
"exclude": [
17-
"**/*.test.ts",
18-
"**/*.spec.ts",
19-
"**/node_modules/**",
20-
"**/dist/**",
21-
"src/cli/**"
22-
],
23-
"sort": [
24-
"source-order"
25-
],
14+
"exclude": ["**/*.test.ts", "**/*.spec.ts", "**/node_modules/**", "**/dist/**", "src/cli/**"],
15+
"sort": ["source-order"],
2616
"includeVersion": true,
2717
"searchInComments": true,
2818
"categorizeByGroup": true,
2919
"defaultCategory": "API",
30-
"categoryOrder": [
31-
"Clients",
32-
"Core",
33-
"Types",
34-
"CLI",
35-
"*"
36-
],
20+
"categoryOrder": ["Clients", "Core", "Types", "CLI", "*"],
3721
"gitRevision": "main",
3822
"gitRemote": "origin",
3923
"customFooterHtml": "<script defer src=\"https://analytics.robbeverhelst.be/script.js\" data-website-id=\"dc15121c-ef52-44dc-b08f-5613d52d3b7c\"></script>",

0 commit comments

Comments
 (0)