Skip to main content

all

all is reserved for the full stable rule catalog.

What it configures todayโ€‹

Today it contains the current full stable rule catalog:

That means all includes the broadly applicable config/sidebar rules plus the stricter Docusaurus page-module and site-source CSS architecture rules.

Flat config exampleโ€‹

import docusaurus2 from "eslint-plugin-docusaurus-2";

export default [docusaurus2.configs.all];

When to use itโ€‹

Use all only if you explicitly want every future stable rule as soon as it becomes part of the published catalog.