Skip to content

Commit e8b8e51

Browse files
authored
chore: remove internal comment from jsdoc
1 parent 80e23a8 commit e8b8e51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/utils/options/readers/typedoc.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ import type { TranslatedString } from "../../../internationalization/internation
1414

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

0 commit comments

Comments
 (0)