Skip to content

Commit

Permalink
Merge pull request #2812 from twlite/patch-1
Browse files Browse the repository at this point in the history
chore: remove internal comment from jsdoc
  • Loading branch information
Gerrit0 authored Dec 15, 2024
2 parents 80e23a8 + e8b8e51 commit 8244925
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/utils/options/readers/typedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ import type { TranslatedString } from "../../../internationalization/internation

/**
* Obtains option values from typedoc.json
*
* Changes need to happen here at some point. I think we should follow ESLint's new config
* system eventually: https://eslint.org/blog/2022/08/new-config-system-part-1/
*/
// Changes need to happen here at some point. I think we should follow ESLint's new config
// system eventually: https://eslint.org/blog/2022/08/new-config-system-part-1/
export class TypeDocReader implements OptionsReader {
/**
* Should run before the tsconfig reader so that it can specify a tsconfig file to read.
Expand Down

0 comments on commit 8244925

Please sign in to comment.