Presets
Each preset is an ESLint flat-config array with Markdown, TOML, and JSON layers. Spread the array into eslint.config.js.
| Preset | Policy |
|---|---|
minimal | Essential structure only. |
recommended | Balanced default for most repositories. |
strict | Recommended plus security and ambiguity checks. |
all | Every stable rule. |
All four also have a -without-language-plugins variant for consumers that already register markdown and json plugin namespaces.