Variable: docusaurusRules
const docusaurusRules: Readonly<Record<string, StylelintPluginRuleContract>>;
Defined in: _internal/rules-registry.ts:45
Public rule registry keyed by unqualified rule name. The scaffold intentionally starts empty. Add new rule modules here as the plugin grows.