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