CopilotRuleModule
eslint-plugin-copilot Documentation v1.1.4
eslint-plugin-copilot Documentation / _internal/create-copilot-rule / CopilotRuleModule
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.