Skip to content

Commit 68e80c6

Browse files
authored
fix(docs/linter): clarify misleading example in "Configuring plugins" section (#452)
1 parent da75f00 commit 68e80c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/guide/usage/linter/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Plugins can be enabled with the `plugins` property in a configuration file. The
161161
```jsonc
162162
{
163163
// Enable all of these plugins (which are enabled by default):
164-
"plugins": ["react", "unicorn", "typescript", "oxc"]
164+
"plugins": ["unicorn", "typescript", "oxc"]
165165
}
166166
```
167167

0 commit comments

Comments
 (0)