Skip to content

Commit 2ae155f

Browse files
committed
TypeDoc updates
1 parent cdc498f commit 2ae155f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1241
-943
lines changed

configs/typedoc.base.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"excludeExternals": true,
3+
"excludePrivate": true,
4+
"excludeInternal": true,
5+
"readme": "none",
6+
"theme": "default"
7+
}

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default [
1111
{rules: {
1212
"prefer-const": "off",
1313
"prefer-spread": "off",
14+
"no-constant-condition": "off",
1415
"@typescript-eslint/no-explicit-any": "off",
1516
"@typescript-eslint/consistent-type-imports": "error",
1617
}},

0 commit comments

Comments
 (0)