We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e23a8 commit e8b8e51Copy full SHA for e8b8e51
src/lib/utils/options/readers/typedoc.ts
@@ -14,10 +14,9 @@ import type { TranslatedString } from "../../../internationalization/internation
14
15
/**
16
* 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/
20
*/
+// 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/
21
export class TypeDocReader implements OptionsReader {
22
23
* Should run before the tsconfig reader so that it can specify a tsconfig file to read.
0 commit comments