Type Alias: PluginRuleEntry
type PluginRuleEntry = NonNullable<ESLint.Plugin["rules"]>[string];
Defined in: plugin.ts:56
Runtime rule-entry shape expected by the public ESLint plugin contract.
type PluginRuleEntry = NonNullable<ESLint.Plugin["rules"]>[string];
Defined in: plugin.ts:56
Runtime rule-entry shape expected by the public ESLint plugin contract.