Type Alias: CopilotRuleModule
type CopilotRuleModule = Readonly<{
name: string;
}> &
TSESLint.RuleModule<string, Readonly<UnknownArray>, CopilotRuleDocs>;
Defined in: _internal/create-copilot-rule.ts:32
Public runtime rule module shape emitted by this plugin.