experimental
experimental is reserved for rule candidates that are not stable enough for the normal preset ladder.
What it configures todayβ
Like all, it currently includes the stable shipped rulesβincluding all four owned Docusaurus link, heading, and translation rulesβplus the current experimental rollout surface for Docusaurus page-module and site-architecture checks.
This preset is reserved for additional rule candidates once genuinely experimental Docusaurus rules are introduced.
Flat config exampleβ
import docusaurus2 from "eslint-plugin-docusaurus-2";
export default [docusaurus2.configs.experimental];
When to use itβ
Choose experimental only when you are intentionally opting into in-progress rule ideas and are prepared for faster iteration.