diff --git a/src/docs/guide/usage/linter/config.md b/src/docs/guide/usage/linter/config.md index ba2628e5ff..8ff15be920 100644 --- a/src/docs/guide/usage/linter/config.md +++ b/src/docs/guide/usage/linter/config.md @@ -161,7 +161,7 @@ Plugins can be enabled with the `plugins` property in a configuration file. The ```jsonc { // Enable all of these plugins (which are enabled by default): - "plugins": ["react", "unicorn", "typescript", "oxc"] + "plugins": ["unicorn", "typescript", "oxc"] } ```