Skip to content

Commit

Permalink
TypeDoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Jun 29, 2024
1 parent cdc498f commit 2ae155f
Show file tree
Hide file tree
Showing 62 changed files with 1,241 additions and 943 deletions.
7 changes: 7 additions & 0 deletions configs/typedoc.base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"excludeExternals": true,
"excludePrivate": true,
"excludeInternal": true,
"readme": "none",
"theme": "default"
}
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default [
{rules: {
"prefer-const": "off",
"prefer-spread": "off",
"no-constant-condition": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/consistent-type-imports": "error",
}},
Expand Down
Loading

0 comments on commit 2ae155f

Please sign in to comment.