Type Alias: TypedocRuleDocs
type TypedocRuleDocs = Readonly<{
description: string;
frozen: boolean;
recommended: boolean;
requiresTypeChecking: boolean;
typedocConfigs: readonly TypedocConfigReference[];
}>;
Defined in: _internal/typed-rule.ts:15
Additional meta.docs properties carried by this plugin's rules.