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