Skip to main content

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.